Interface: WeekdayData
SimpleCalendar.WeekdayData
Interface for all information about a weekday
Hierarchy
-
IDataItemBase
↳
WeekdayData
Properties
abbreviation
• abbreviation: string
The abbreviated name of the weekday.
Overrides
IDataItemBase.abbreviation
description
• description: string
The description of the weekday.
Overrides
IDataItemBase.description
id
• id: string
The unique ID of the data item
Inherited from
IDataItemBase.id
name
• name: string
The name of the weekday.
Overrides
IDataItemBase.name
numericRepresentation
• numericRepresentation: number
The number representing the weekday.
Overrides
IDataItemBase.numericRepresentation
restday
• restday: boolean
If this weekday is considered a rest day
showAdvanced
• Optional
showAdvanced: boolean
If to show the advanced options, this is not saved
Inherited from
IDataItemBase.showAdvanced