Static Propertyswift 6.0.3FoundationInternationalization->FoundationEssentials
timeZoneDataVersion
Returns the time zone data version.
- iOS
- 8.0+
- macOS
- 10.10+
- tvOS
- 9.0+
- watchOS
- 2.0+
static var timeZoneDataVersion: String { get }
Returns the time zone data version.
static var timeZoneDataVersion: String { get }
s20FoundationEssentials8TimeZoneV0A20InternationalizationE04timeD11DataVersionSSvpZ
What are these?12CKR
import FoundationEssentials
import FoundationInternationalization
struct TimeZone
TimeZone
defines the behavior of a time zone. Time zone values represent geopolitical regions. Consequently, these values have names for these regions. Time zone values also represent a temporal offset, either plus or minus, from Greenwich Mean Time (GMT) and an abbreviation (such as PST for Pacific Standard Time).
@frozen struct String
A Unicode string value that is a collection of characters.
static var knownTimeZoneIdentifiers: [String] { get }
Returns an array of strings listing the identifier of all the time zones known to the system.