Now
Contents
Description
Returns the current date-time as a date(Julian days) value.
See this note.
Syntax
double Now()
Return
Return the data(Julian days) value
Example
double aa = now(); type "Current time is $(aa, D9).";
Returns the current date-time as a date(Julian days) value.
See this note.
double Now()
Return the data(Julian days) value
double aa = now(); type "Current time is $(aa, D9).";