Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.5.9.11 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).";