DateTime.FixedLocalNow

This function returns a specific datetime value that represents the current date and time on the system. This value remains constant and will not vary with multiple calls. In contrast, the DateTime.Lo...

Syntax

DateTime.FixedLocalNow() as datetime

About

This function returns a specific datetime value that represents the current date and time on the system. This value remains constant and will not vary with multiple calls. In contrast, the DateTime.LocalNow function may provide varying values during the execution of an expression.