RouteTimestamp
public struct RouteTimestamp
Information about route creation or modification time.
Initializes the instance with the default timestamp and timezone.
Declaration
Swift
public init()
Initializes the instance with the specified timestamp and timezone.
Declaration
Swift
public init(timestamp: TimeInterval, timeZone: TimeZone)
Parameters
timestamp
|
Elapsed real time since system boot at the moment of the creation of the route. |
timeZone
|
The time zone of the route creation or modification. |
Elapsed real time since system boot at the moment of the creation of the route.
Declaration
Swift
public let timestamp: TimeInterval
The time zone of the route creation or modification.
Declaration
Swift
public let timeZone: TimeZone