Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 728 Bytes

File metadata and controls

21 lines (15 loc) · 728 Bytes
description Learn more about: DateTimeZone.FixedLocalNow
title DateTimeZone.FixedLocalNow
ms.subservice m-source
ms.topic reference

DateTimeZone.FixedLocalNow

Syntax

DateTimeZone.FixedLocalNow() as datetimezone

About

Returns a datetime value set to the current date and time on the system. The returned value contains timezone information representing the local timezone. This value is fixed and will not change with successive calls, unlike DateTimeZone.LocalNow, which may return different values over the course of execution of an expression.

Related content

Local, fixed, and UTC variants of current time functions