AbsoluteMonthlyScheduleResponse

data class AbsoluteMonthlyScheduleResponse(val dayOfMonth: Int, val intervalMonths: Int)

For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.

Constructors

Link copied to clipboard
constructor(dayOfMonth: Int, intervalMonths: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date of the month.

Link copied to clipboard

Specifies the number of months between each set of occurrences.