TimePeriod

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class TimePeriod(val timePeriodRange: ClosedRange<Calendar>)

Time ranges when the ticket price applies.

Constructors

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

Properties

Link copied to clipboard

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