-
When the new time zone becomes active.
Declaration
Swift
var activeDate: Date
-
The 3 letter abbreviation for the timezone that becomes active at
activeDate
Declaration
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.txt
Declaration
Swift
var timeZoneID: String