Interface for all information about a month

Hierarchy

  • IDataItemBase
    • MonthData

Properties

abbreviation: string

The abbreviated name of the month.

description: string

The description of the month.

id: string

The unique ID of the data item

intercalary: boolean

If this month is an intercalary month.

intercalaryInclude: boolean

If this month is intercalary then if its days should be included in total day calculations.

name: string

The name of the month.

numberOfDays: number

The number of days this month has during a non leap year.

numberOfLeapYearDays: number

The number of days this month has during a leap year.

numericRepresentation: number

The number associated with the display of this month.

numericRepresentationOffset: number

The amount to offset day numbers by for this month.

showAdvanced?: boolean

If to show the advanced options, this is not saved

startingWeekday: null | number

The day of the week this month should always start on.