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.72.0-rc02)
ZonedDate