Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Syntax
DateTimeZone.ZoneMinutes(dateTimeZone as nullable datetimezone) as nullable number
About
Returns the time zone minutes component of a datetimezone
value.
dateTimeZone
: adatetimezone
value from which the time zone minutes component is extracted. IfdateTimeZone
isnull
, the function returnsnull
.
Example 1
Get the time zone minutes component of the specified datetimezone
value.
Usage
DateTimeZone.ZoneMinutes(#datetimezone(2024, 4, 28, 13, 24, 22, 7, 30))
Output
30