Creates a new dtu value that corresponds to the present date and time.
dtu
Syntax
static dtu dtu.Now()
Returns
A date value that represents the current date and time, expressed as UTC time.
Remarks
The millisecond portion is not displayed when dates are traced to the console.
Sample
dtuSample.rfsvar b = dtu.Now(); trace b;
dtuSample.rfs
var b = dtu.Now(); trace b;
dtu.Now()
2015.08.10. 9:56:58 (Dtu)
Figure 366. The trace message output of the script above
Related links
Search Highlighter (On/Off)