Uses of Record Class
cloud.opencode.base.date.holiday.ChinaHolidayCalendar.CalendarRow
Packages that use ChinaHolidayCalendar.CalendarRow
-
Uses of ChinaHolidayCalendar.CalendarRow in cloud.opencode.base.date.holiday
Methods in cloud.opencode.base.date.holiday that return types with arguments of type ChinaHolidayCalendar.CalendarRowModifier and TypeMethodDescriptionChinaHolidayCalendar.getMonthRows(int year, int month) Outputs a month calendar listing with all four columns.ChinaHolidayCalendar.getMonthRows(int year, int month, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs a month calendar listing with caller-selected columns.ChinaHolidayCalendar.getMonthRows(YearMonth yearMonth) Outputs a month calendar listing with all four columns.ChinaHolidayCalendar.getMonthRows(YearMonth yearMonth, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs a month calendar listing with caller-selected columns.Outputs a calendar listing for a closed-interval date range with all four columns.ChinaHolidayCalendar.getRows(LocalDate start, LocalDate end, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs a calendar listing for a closed-interval date range, with caller-selected columns.ChinaHolidayCalendar.getWeekRows(LocalDate dateInWeek) Outputs the ISO week (Monday through Sunday) containing the given date, with all four columns.ChinaHolidayCalendar.getWeekRows(LocalDate dateInWeek, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs the ISO week (Monday through Sunday) containing the given date, with caller-selected columns.ChinaHolidayCalendar.getYearRows(int year) Outputs a full-year calendar listing with all four columns.ChinaHolidayCalendar.getYearRows(int year, Set<ChinaHolidayCalendar.CalendarField> fields) Outputs a full-year calendar listing with caller-selected columns.