DateTimeZone.FixedLocalNow

This function retrieves the current date and time from the system and stores it as a datetime value. The value includes information about the local timezone. Unlike DateTimeZone.LocalNow, the retrieve...

Syntax

DateTimeZone.FixedLocalNow() as datetimezone

About

This function retrieves the current date and time from the system and stores it as a datetime value. The value includes information about the local timezone. Unlike DateTimeZone.LocalNow, the retrieved value remains constant and will not vary with multiple calls.