Work period of the interval schedule.
public init( startTime: UInt64 = 0, startTimeUtc: UInt64 = 0, finishTime: UInt64 = 0, finishTimeUtc: UInt64 = 0 )
startTime
UInt64
startTimeUtc
finishTime
finishTimeUtc
var startTime
Unix time of the interval schedule start (in the local timezone of the object).
var startTimeUtc
Unix time of the interval schedule start in UTC.
var finishTime
Unix time of the interval schedule end (in the local timezone of the object).
var finishTimeUtc
Unix time of the interval schedule end in UTC.