ParkingTimePeriod

data class ParkingTimePeriod(val days: ParkingDayRange, val times: ClosedRange<LocalTime>)

Days and hours when the ticket price applies.

Parameters

days

A ParkingDayRange to which the given time slots apply.

times

Beginning and end time in the local time-zone.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard