📄️ DateTimeZone.FixedLocalNow
Returns the current date & time in the local timezone. This value is fixed and will not change with successive calls.
📄️ DateTimeZone.FixedUtcNow
Returns the current date and time in UTC (the GMT timezone). This value is fixed and will not change with successive calls.
📄️ DateTimeZone.From
Creates a datetimezone from the given value.
📄️ DateTimeZone.FromFileTime
Creates a datetimezone from a 64 bits long number.
📄️ DateTimeZone.FromText
Creates a datetimezone from local, universal, and custom datetimezone formats.
📄️ DateTimeZone.LocalNow
Returns the current date & time in the local timezone.
📄️ DateTimeZone.RemoveZone
Removes timezone information from the given datetimezone value.
📄️ DateTimeZone.SwitchZone
Changes the timezone of the value.
📄️ DateTimeZone.ToLocal
Converts the timezone component to the local timezone.
📄️ DateTimeZone.ToRecord
Returns a record containing the datetimezone value's parts.
📄️ DateTimeZone.ToText
Returns a textual representation of the datetimezone value.
📄️ DateTimeZone.ToUtc
Converts the timezone component to UTC timezone.
📄️ DateTimeZone.UtcNow
Returns the current date and time in UTC (the GMT timezone).
📄️ DateTimeZone.ZoneHours
Changes the timezone of the value.
📄️ DateTimeZone.ZoneMinutes
Changes the timezone of the value.