dtcreate(dtStart,dtEnd,increment)

Returns a new date/time variable generated by stepping from the constant dtStart to the constant dtEnd by increment. The constants and the increment are described in, Chapter , “Manage Transformed Data”. For example,
!dtVar!=$dtcreate(\01/01/19 00:00:00\, \01/02/19 12:00:00\, \1.5 h\)
creates a new date/time variable beginning at midnight on January 1, 2019, stepping by ninety minute intervals to noon on January 2.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.