Equinox Online Help - Language Reference - A to Z

Home

Now

Applies to
SyntaxNow
Action[Function] Returns the current time.
ScopeUsable anywhere.
Notes

This function returns a time constant containing the current time.

CategoryTime handling
See Also Hms, Hmsadd, Hour, Message, Minute
Example

This example sets the time held in the NextCall field to thirty minutes from now.

NextCall = Hmsadd(Now, , 30)