Interface: LeapYearData
Interface for all information about how leap years are set up
Extends
IDataItemBase
Properties
abbreviation?
optionalabbreviation:string
The abbreviated name of the data item.
Inherited from
IDataItemBase.abbreviation
customMod
customMod:
number
The number of years that a leap year happens when the rule is set to 'custom'.
description?
optionaldescription:string
The optional description of the data item
Inherited from
IDataItemBase.description
id
id:
string
The unique ID of the data item
Inherited from
IDataItemBase.id
name?
optionalname:string
The optional name of the data item
Inherited from
IDataItemBase.name
numericRepresentation?
optionalnumericRepresentation:number
The optional numeric representation of the data item
Inherited from
IDataItemBase.numericRepresentation
rule
rule:
LeapYearRules
This is the leap year rule to follow.
showAdvanced?
optionalshowAdvanced:boolean
If to show the advanced options, this is not saved
Inherited from
IDataItemBase.showAdvanced
startingYear
startingYear:
number
The year to start calculating leap years from.