Uses of Class
de.powerstat.validation.values.GregorianCalendar
Packages that use GregorianCalendar
-
Uses of GregorianCalendar in de.powerstat.validation.values
Fields in de.powerstat.validation.values declared as GregorianCalendarModifier and TypeFieldDescriptionprivate final GregorianCalendarGregorianDate.calendarGregorian calendar.Methods in de.powerstat.validation.values that return GregorianCalendarModifier and TypeMethodDescriptionstatic GregorianCalendarGregorianClendar factory.static GregorianCalendarGregorianClendar factory.Methods in de.powerstat.validation.values with parameters of type GregorianCalendarModifier and TypeMethodDescriptionintGregorianCalendar.compareTo(GregorianCalendar obj) Compare with another object.static GregorianDateGregorianDate.easter(GregorianCalendar calendar, Year year) Calculate easter date for year.static GregorianDateGregorianDate.of(GregorianCalendar calendar, Year year, Month month, Day day) GregorianDate factory.Constructors in de.powerstat.validation.values with parameters of type GregorianCalendarModifierConstructorDescriptionprivateGregorianDate(GregorianCalendar calendar, Year year, Month month, Day day) Constructor.