dtmake(year[,month[,day[,hour[,minute[,second[,millisecon ds]]]]]])

Returns a new date/time variable generated from the specified whole numbers, which may be numeric variables or constants. Default values are provided for any omitted arguments. For example,
!dtVar!=$dtmake(19,2,1,0,10*$row)
creates a new date/time variable, with values February 1, 2019, at 00:10; 2/1/19 at 00:20; 2/1/19 at 00:30; etc. See also dtcreate(dtStart,dtEnd,increment).
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.