ScheduleMonthlyOccurrence

data class ScheduleMonthlyOccurrence(val day: String, val occurrence: Int)

Constructors

Link copied to clipboard
constructor(day: String, occurrence: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val day: String

Day of the occurrence. Must be one of Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday.

Link copied to clipboard

Occurrence of the week within the month. Must be between 1 and 5. -1 for last week within the month.