ZonedDate
public struct ZonedDate : Hashable
The date type with the associated timezone.
-
Creates a new
ZonedDateinstance with given parameters.Declaration
Swift
public init(date: Date, timeZone: TimeZone)
TomTom SDK for iOS (0.73.0-rc04)
ZonedDate