Enumeration: LeapYearRules
SimpleCalendar.api.LeapYearRules
The different rules used to determine when/if leap years happen
Enumeration Members
Custom
• Custom
Allows you to specify n
interval in years for when a leap year happens
Gregorian
• Gregorian
The calendars leap year rules are like the standard calendar (Every year that is exactly divisible by four is a leap year, except for years that are exactly divisible by 100, but these years are leap years if they are exactly divisible by 400)
None
• None
The calendar contains no leap years