Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface CalendarConfigYears

    A definition of a year within a calendar.

    interface CalendarConfigYears {
        firstWeekday?: number;
        leapYear?: CalendarConfigLeapYear | null;
        yearZero?: number;
    }
    Index

    Properties

    firstWeekday?: number

    The index of days.values that is the first weekday at time=0

    leapYear?: CalendarConfigLeapYear | null

    A definition of how leap years work within a calendar.

    yearZero?: number

    The year which is presented as 0 when formatting a time into a string representation.