Interface: SeasonData
SimpleCalendar.SeasonData
Interface for all information about a season
Hierarchy
-
IDataItemBase
↳
SeasonData
Properties
color
• color: string
The color of the season
customColor
• Optional
customColor: string
The custom color for the season
deprecated
This is no longer used
icon
• icon: Icons
The icon associated with the season
id
• id: string
The unique ID of the data item
Inherited from
IDataItemBase.id
name
• name: string
The name of the season.
Overrides
IDataItemBase.name
numericRepresentation
• Optional
numericRepresentation: number
The optional numeric representation of the data item
Inherited from
IDataItemBase.numericRepresentation
startingDay
• startingDay: number
The day of the starting month this season starts on
startingMonth
• startingMonth: number
The month this season starts on
sunriseTime
• sunriseTime: number
The time, in seconds, that the sun rises
sunsetTime
• sunsetTime: number
The time, in seconds, that the sun sets