RegularHours

constructor(weekday: Int, periodBegin: String, periodEnd: String)

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.