Represents a month in a specific year.

MonthAndYear

interface MonthAndYear {
    month?: number;
    year?: number;
}

Properties

Properties

month?: number

Month in MM format

MonthAndYear

year?: number

Year in YYYY format

MonthAndYear

MMNEPVFCICPMFPCPTTAAATR