Difference between revisions of "Delta time format"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "'''Delta time format''' is a time format used to specify an offset from the current time to a time in the future: +[dddd-][hh:mm:ss.cc] You can truncate delta time after th...")
 
 
Line 11: Line 11:
 
* [[Combination time format]]
 
* [[Combination time format]]
 
* [[F$CVTIME()]]
 
* [[F$CVTIME()]]
 +
* [[F$DELTA_TIME()]]

Latest revision as of 08:27, 18 December 2018

Delta time format is a time format used to specify an offset from the current time to a time in the future:

+[dddd-][hh:mm:ss.cc]

You can truncate delta time after the hour field. You can also omit any of the fields after the hour field format as long as you specify the punctuation marks.

Delta time is used as a value for many command qualifiers such as SUBMIT/AFTER.

See also