RegularHours

@Serializable
data class RegularHours(val weekday: Int, val periodBegin: String, val periodEnd: String)

Regular recurring operation or access hours.

Parameters

weekday

Number of day in the week, from Monday (1) till Sunday (7)

periodBegin

Begin of the regular period, in local time, given in hours and minutes. Must be in 24h format with leading zeros. Example: "18:15".

periodEnd

End of the regular period, in local time, syntax as for period_begin. Must be later than period_begin.

Constructors

Link copied to clipboard
constructor(weekday: Int, periodBegin: String, periodEnd: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard