DateTimeZone.ZoneMinutes
Henter minutter for tidszonen for værdien.
Syntax
DateTimeZone.ZoneMinutes(
dateTimeZone as datetimezone
) as number
Remarks
Returns the time zone minutes component of a `datetimezone` value.
dateTimeZone: Adatetimezonevalue from which the time zone minutes component is extracted. IfdateTimeZoneisnull, the function returnsnull.
Examples
Example #1
Hent minutkomponenten for tidszonen for den angivne værdi for "datetimezone".
DateTimeZone.ZoneMinutes(#datetimezone(2024, 4, 28, 13, 24, 22, 7, 30))
Result:
30
Category
DateTimeZone