Interface MonthlyByDayRecurrenceSettings

Additional settings for events with monthly-by-day recurrence frequency.

interface MonthlyByDayRecurrenceSettings {
    day: number;
    weekOfMonth: number;
}

Properties

Properties

day: number

Day of week.

0 = Sunday, 1 = Monday, etc.

weekOfMonth: number

Week number within the month.

0 = 1st week of the month 1 = 2nd week of the month ... 5 = last week of the month