-
When the new time zone becomes active.
Declaration
Swift
var activeDate: Date -
The 3 letter abbreviation for the timezone that becomes active at
activeDateDeclaration
Swift
var timeZoneAbbrev: String -
The Foundation ID for the timezone that becomes active at
activeDate. Prefer using this to make TimeZone objects over the abbreviation. There is a list of all Foundation TimeZone names atseeds/TimeZoneNames.txtDeclaration
Swift
var timeZoneID: String
View on GitHub