DstEntryType

public struct DstEntryType : Codable

DstEntryType

See also

DstEntryType
  • The geographical region where this information is valid. Contains country, a textual description of the region and the name of the biggest place.

    See also

    RegionType

    Declaration

    Swift

    public let region: DSTListRegion?
  • Information about the standard time zone. This element is always returned.

    Declaration

    Swift

    public let stdtimezone: TimeZoneType?
  • Information about the daylight savings time zone. Suppressed, if there are no DST changes in the queried year.

    Note

    Please note that if the region is on daylight savings time for the whole year, this information will be returned in the stdtimezone element. Additionally, the special element will be set to allyear.

    Declaration

    Swift

    public let dsttimezone: TimeZoneType?
  • Ending date of daylight savings time. Suppressed, if there are no DST changes in the queried year.

    Declaration

    Swift

    public let dstend: Date?
  • Starting date of daylight savings time. Suppressed, if there are no DST changes in the queried year.

    Declaration

    Swift

    public let dststart: Date?
  • Time changes (daylight savings time). Only present if requested and information is available.

    Declaration

    Swift

    public let timechanges: [Timechange]?