GetCurTimeHR (function)

Syntax GetCurTimeHR
Description Date.  To get the current time in MN_DD_YYYY_HH_MM_SS_TTTTTT format
Example
Sub Main()
      Dim timestr as String
    timestr = GetCurTimeHR
      MsgBox "Current time = " & timestr
End Sub
See also GetTimeComponentsHR (function).