Time Zone
A time zone.
Types
Fixed Offset
Link copied to clipboard
A time zone defined by a fixed offset from UTC.
Region
Link copied to clipboard
A named time zone, typically corresponding to a region identifier in the IANA Time Zone Database, but may be any name that can be understood by a TimeZoneRulesProvider.
Functions
display Name
Link copied to clipboard
localized Name
Link copied to clipboard
The localized name of this time zone, if available for the locale in the specified style. The result depends on the configured TimeZoneTextProvider and may differ between platforms.
normalized
Link copied to clipboard
Returns a normalized time zone, converting any zone with a fixed offset to use a consistent identifier.
Properties
Inheritors
Extensions
to Java Zone Id
Link copied to clipboard
Converts this time zone to an equivalent Java ZoneId.
to NSTime Zone
Link copied to clipboard
Converts this time zone to an NSTimeZone.
to NSTime Zone Or Null
Link copied to clipboard
Converts this time zone to an NSTimeZone, or null if the identifier isn't recognized as valid for an NSTimeZone.