Skip to main content
Version: 2.4.x

Interface: SeasonData

SimpleCalendar.SeasonData

Interface for all information about a season

Hierarchy

  • IDataItemBase

    SeasonData

Properties

abbreviation

Optional abbreviation: string

The abbreviated name of the data item.

Inherited from

IDataItemBase.abbreviation


color

color: string

The color of the season


customColor

Optional customColor: string

The custom color for the season

Deprecated

This is no longer used


description

description: string

The description of the season.

Overrides

IDataItemBase.description


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


showAdvanced

Optional showAdvanced: boolean

If to show the advanced options, this is not saved

Inherited from

IDataItemBase.showAdvanced


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