Now function (LotusScript® Language)

Returns the current system date and time as a date/time value.

Syntax

Now

Return value

Now returns the current system date and time as a Variant of DataType 7 (Date/Time).

Usage

A date/time value is an eight-byte floating-point value. The integer part represents a serial day counted from the date January 1, 100 AD. The fractional part represents the time as a fraction of a day, measured from midnight on the preceding day.

You can call the function as either Now or Now().

Example