Skip to main content
Version: 2.4.x

Enumeration: YearNamingRules

SimpleCalendar.api.YearNamingRules

The different rules used for determining how to name years

Enumeration Members

Default

Default = "default"

Names from the list of year names are used in order. If there are not enough names in the list for the current year then the last name in the list is used.


Random

Random = "random"

Names from the list of year names are randomly assigned to years

Remarks

Simple Calendar does attempt to keep the same name for years, so switching between years should not result in a different name every time. If a name is added or removed from the list of year names, the year names are randomly assigned again to years. This can result in a different name being used for the current year.


Repeat

Repeat = "repeat"

Names from the list of year names are used in order. If there are not enough names in the list for the current year then the list is repeated.