TimeZone
public extension TimeZone
-
Get GMT time zone. If fails, fall back to
autoupdatingCurrent.Declaration
Swift
static var gmt: TimeZone { get } -
Get EST time zone. If fails, fall back to
autoupdatingCurrent.Declaration
Swift
static var est: TimeZone { get } -
Get CST time zone. If fails, fall back to
autoupdatingCurrent.Declaration
Swift
static var cst: TimeZone { get } -
Get MST time zone. If fails, fall back to
autoupdatingCurrent.Declaration
Swift
static var mst: TimeZone { get } -
Get PST time zone. If fails, fall back to
autoupdatingCurrent.Declaration
Swift
static var pst: TimeZone { get }
TimeZone Extension Reference