Uses of Class
cloud.opencode.base.date.adjuster.BusinessDayAdjuster
Packages that use BusinessDayAdjuster
-
Uses of BusinessDayAdjuster in cloud.opencode.base.date.adjuster
Methods in cloud.opencode.base.date.adjuster that return BusinessDayAdjusterModifier and TypeMethodDescriptionBusinessDayAdjuster.Builder.build()Builds the BusinessDayAdjuster 构建BusinessDayAdjusterstatic BusinessDayAdjusterBusinessDayAdjuster.minusDays(int days) Creates an adjuster that subtracts the specified number of business days 创建减去指定工作日数的调整器static BusinessDayAdjusterBusinessDayAdjuster.nextBusinessDay()Creates an adjuster that finds the next business day 创建查找下一个工作日的调整器static BusinessDayAdjusterBusinessDayAdjuster.plusDays(int days) Creates an adjuster that adds the specified number of business days 创建添加指定工作日数的调整器static BusinessDayAdjusterBusinessDayAdjuster.previousBusinessDay()Creates an adjuster that finds the previous business day 创建查找上一个工作日的调整器