Skip to content

Latest commit

 

History

History
66 lines (54 loc) · 1.99 KB

File metadata and controls

66 lines (54 loc) · 1.99 KB

Function: Now

Returns the current DateTimeObject representing the current zoned instance

Method Signature

Now(timezone=[string])

Arguments

Argument Type Required Description Default
timezone string false A timezone to use for the DateTime object, defaults to the system default

Examples

Related