Uses of Record Class
cloud.opencode.base.date.holiday.ChinaHolidayCalendar.DayInfo
Packages that use ChinaHolidayCalendar.DayInfo
-
Uses of ChinaHolidayCalendar.DayInfo in cloud.opencode.base.date.holiday
Methods in cloud.opencode.base.date.holiday that return ChinaHolidayCalendar.DayInfoModifier and TypeMethodDescriptionClassifies a single date into aChinaHolidayCalendar.DayInfovia algorithm + configured data.Methods in cloud.opencode.base.date.holiday that return types with arguments of type ChinaHolidayCalendar.DayInfoModifier and TypeMethodDescriptionChinaHolidayCalendar.getCalendar(LocalDate start, LocalDate end) Generates a per-day calendar for a closed-interval date range.ChinaHolidayCalendar.getMonthCalendar(int year, int month) Generates a per-day calendar for an entire month.ChinaHolidayCalendar.getMonthCalendar(YearMonth yearMonth) Generates a per-day calendar for an entire month.ChinaHolidayCalendar.getYearCalendar(int year) Generates a full-year per-day calendar (Jan 1 ..ChinaHolidayCalendar.getYearRestDays(int year) Returns a map of every rest day in the given year to its classification.ChinaHolidayCalendar.getYearWorkdays(int year) Returns a map of every workday in the given year to its classification.