F$TIME()

From VSI OpenVMS Wiki
Revision as of 05:49, 18 December 2018 by Darya.zelenina (talk | contribs) (Created page with "'''F$TIME()''' is a lexical function that returns the current date and time in absolute time format. The F$TIME function has no...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

F$TIME() is a lexical function that returns the current date and time in absolute time format. The F$TIME function has no arguments, but must be followed by parentheses.

Example

$ time = f$time()
$ show sym time
  TIME = "18-DEC-2018 10:46:19.41"
 

See also