-
public class CalendarProperties.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerCALENDAR_SIZEprivate final IntegerFIRST_VISIBLE_PAGEpublic final static CalendarProperties.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final IntegergetCALENDAR_SIZE()A number of months (pages) in the calendar 2401 months means 1200 months (100 years) before and 1200 months after the current month final IntegergetFIRST_VISIBLE_PAGE()-
-
Method Detail
-
getCALENDAR_SIZE
final Integer getCALENDAR_SIZE()
A number of months (pages) in the calendar 2401 months means 1200 months (100 years) before and 1200 months after the current month
-
getFIRST_VISIBLE_PAGE
final Integer getFIRST_VISIBLE_PAGE()
-
-
-
-