VerboseTimeChangeType
public struct VerboseTimeChangeType : Codable
VerboseTimeChangeType
See also
VerboseTimeChangeType-
Local time after transition, split up into components.
Declaration
Swift
public let newlocaltime: Date? -
Local time after transition, split up into components.
Declaration
Swift
public let oldlocaltime: Date? -
Time stamp of transition in UTC time, split up into components.
Declaration
Swift
public let utctime: Date?
VerboseTimeChangeType Structure Reference