Interface: YearData
SimpleCalendar.YearData
Interface for all information about a year
Hierarchy
-
IDataItemBase
↳
YearData
Properties
firstWeekday
• firstWeekday: number
The day of the week the first day of the first month of year zero starts on.
id
• id: string
The unique ID of the data item
Inherited from
IDataItemBase.id
name
• Optional
name: string
The optional name of the data item
Inherited from
IDataItemBase.name
numericRepresentation
• numericRepresentation: number
The number representing the year.
Overrides
IDataItemBase.numericRepresentation
postfix
• postfix: string
A string to append to the end of a year's number.
prefix
• prefix: string
A string to append to the beginning of a year's number.
showWeekdayHeadings
• showWeekdayHeadings: boolean
If to show weekday headings on the calendar.
yearNames
• yearNames: string
[]
A list of names to use for years.
yearNamesStart
• yearNamesStart: number
The year to start applying the year names.
yearNamingRule
• yearNamingRule: YearNamingRules
How to calculate what year name to give to a year.
yearZero
• yearZero: number
What is considered to be the first year when calculating timestamps.