PatternTypeSpecific Month

interface PatternTypeMonth {
    day: number;
}

Properties

Properties

day: number

The day of the month on which the recurrence falls.