TimeZoneType
public struct TimeZoneType : Codable
TimeZoneType
See also
TimeZoneType-
The time zone offset (from UTC) in string representation. Example: +11:00
Declaration
Swift
public let offset: String? -
Abbreviated time zone name. Example: LHDT
Declaration
Swift
public let zoneabb: String? -
DST component of time zone offset in seconds. Example: 1800
Declaration
Swift
public let zonedst: Int? -
Full time zone name. Example: Lord Howe Daylight Time
Declaration
Swift
public let zonename: String? -
Basic time zone offset (without DST) in seconds. Example: 37800
Declaration
Swift
public let zoneoffset: Int? -
Total offset from UTC in seconds. Example: 39600
Declaration
Swift
public let zonetotaloffset: Int?
TimeZoneType Structure Reference