TimePeriod

data class TimePeriod(val timePeriodRange: ClosedRange<Calendar>)

Time ranges when the ticket price applies.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

timePeriodRange

List of opening and closing parking time slot ranges as Calendar in the local time zone.

Constructors

Link copied to clipboard
constructor(timePeriodRange: ClosedRange<Calendar>)

Properties

Link copied to clipboard