ParkingDayRange

data class ParkingDayRange(val from: DayOfWeek, val to: DayOfWeek)

The range of days when a certain parking rate applies.

Parameters

from

The DayOfWeek when the parking rate starts.

to

The DayOfWeek when the parking rate ends.

The day range is not limited per single week, and can be starting in the current week, while ending in the next week.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard