Represents the implementation of all calculations for the rules based on Gregorian Calendar.
no subtypes hierarchy
Attributes | |
april | Source Codeshared Integer april= 4 |
august | Source Codeshared Integer august= 8 |
december | Source Codeshared Integer december= 12 |
epoch | Source Codeshared actual Integer epoch= rd(1) Epoch of the gregorian calendar. Refines Chronology.epoch |
february | Source Codeshared Integer february= 2 |
january | Source Codeshared Integer january= 1 |
july | Source Codeshared Integer july= 7 |
june | Source Codeshared Integer june= 6 |
march | Source Codeshared Integer march= 3 |
may | Source Codeshared Integer may= 5 |
november | Source Codeshared Integer november= 11 |
october | Source Codeshared Integer october= 10 |
september | Source Codeshared Integer september= 9 |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
checkDate | Source Codeshared actual void checkDate(Integer[3] date) Assert that specified date has it conjunction of year, month and day as valid gregorian values. Parameters:
Refines Chronology.checkDate |
dateFrom | Source Codeshared actual Integer[3] dateFrom(Integer date) Converts the fixed date value to an equivalent gregorian date. Refines Chronology.dateFrom |
dayFrom | Source Codeshared Integer dayFrom(Integer date) Returns day of month value of the fixed date value. |
dayOfWeekFrom | Source Codeshared Integer dayOfWeekFrom(Integer date) Returns day of week value for the specified fixed date value. |
fixedFrom | Source Codeshared actual Integer fixedFrom(Integer[3] date) Return the day of era from a given date. Refines Chronology.fixedFrom |
leapYear | Source Codeshared actual Boolean leapYear(Integer year) Gregorian leap year rule states that every fourth year is a leap year except century years not divisible by 400. Refines LeapYear.leapYear |
monthFrom | Source Codeshared Integer monthFrom(Integer date) Returns the month number of the gregorian calendar from the fixed date value. |
newYear | Source Codeshared Integer newYear(Integer year) Returns fixed date value of the first day of the gregorian year. |
yearEnd | Source Codeshared Integer yearEnd(Integer year) Returns fixed date value of the last day of the gregorian year. |
yearFrom | Source Codeshared Integer yearFrom(Integer fixed) Returns a gregorian year number of the fixed date value. |
Inherited Methods |
Methods inherited from: Object |