Xbasic
GMT Function
Syntax
Formatted_Short_Time as C = GMT([C time_format])
Arguments
- time_format
Optional. Default = "hh:mm:ss". The format for the time value. Character
Description
GMT() returns Greenwich Mean Time on the system clock as a Formatted_Short_Time ('HH:MM:SS'). For information on the optional Format_String parameter.
Example
put description here
gmt() -> "19:31:18"
See Also