TimeZoneChangeData
public struct TimeZoneChangeData : Content
Used to return information about the time zone changes scheduled to occur during the cruise.
Returned by: GET /api/v3/admin/timezonechanges
-
Declaration
Swift
public struct Record : Content
-
All the timezone changes that will occur during the cruise, sorted by activeDate.
Declaration
Swift
var records: [Record]
-
The 3 letter abbreviation for the timezone the ship is currently observing.
Declaration
Swift
var currentTimeZoneAbbrev: String
-
The Foundation ID of the current time zone.
Declaration
Swift
var currentTimeZoneID: String
-
The number of seconds between the current timezone and GMT. Generally a negative number in the western hemisphere.
Declaration
Swift
var currentOffsetSeconds: Int
-
Declaration
Swift
init(_ changeSet: TimeZoneChangeSet)