Interface FiscalYears

interface FiscalYears {
    default?: {
        date: number;
        month: number;
    };
}

Properties

Properties

default?: {
    date: number;
    month: number;
}

Type declaration

  • date: number

    the day-of-the-month, starting from 1

  • month: number

    Month starting from 0 = Jan, 1 = Feb, ...

Generated using TypeDoc