A selectable month for the date-picker month dropdown.

interface MonthChoice {
    index: number;
    name: string;
}

Properties

Properties

index: number

Zero-based month index (the stored monthIndex).

name: string

Localized month name for display.