PublicTransportIntervalWorkingHours | iOS SDK | Urbi Documentation
iOS SDK

PublicTransportIntervalWorkingHours

Work period of the interval schedule.

public init(
    startTime: UInt64 = 0,
    startTimeUtc: UInt64 = 0,
    finishTime: UInt64 = 0,
    finishTimeUtc: UInt64 = 0
)
Parameters
startTime
startTimeUtc
finishTime
finishTimeUtc
Properties

Unix time of the interval schedule start (in the local timezone of the object).

Unix time of the interval schedule start in UTC.

Unix time of the interval schedule end (in the local timezone of the object).

Unix time of the interval schedule end in UTC.