Weekly

data class Weekly(val days: Set<RuleCalendar.Type.Weekly.Day>, val fromTime: Int, val toTime: Int, val timezoneOffset: Int) : RuleCalendar.Type

Constructors

Link copied to clipboard
constructor(days: Set<RuleCalendar.Type.Weekly.Day>, fromTime: Int, toTime: Int, timezoneOffset: Int)

Types

Link copied to clipboard

Properties

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

Offset in minutes from UTC rounded to 15-minute intervals.

Link copied to clipboard
val toTime: Int