Uses of Class
cloud.opencode.base.date.range.DateRange
Packages that use DateRange
-
Uses of DateRange in cloud.opencode.base.date.range
Methods in cloud.opencode.base.date.range that return DateRangeModifier and TypeMethodDescriptionstatic DateRangeDateRange.empty()Deprecated.Creates an empty DateRange 创建空日期范围static DateRangeDateRange.from(LocalDateRange range) Deprecated.Creates a DateRange from a LocalDateRange 从LocalDateRange创建DateRangestatic DateRangeDeprecated.Creates a DateRange (inclusive on both ends) 创建日期范围(两端都包含)static DateRangeDateRange.ofExclusive(LocalDate start, LocalDate endExclusive) Deprecated.Creates a DateRange (exclusive end) 创建日期范围(不包含结束日期)Deprecated.DateTimeRange.toDateRange()Deprecated.Converts to DateRange (date portion only) 转换为DateRange(仅日期部分)Methods in cloud.opencode.base.date.range that return types with arguments of type DateRangeModifier and TypeMethodDescriptionDateRange.intersection(DateRange other) Deprecated.DateRange.splitByMonth()Deprecated.DateRange.splitByWeek()Deprecated.Methods in cloud.opencode.base.date.range with parameters of type DateRangeModifier and TypeMethodDescriptionbooleanDeprecated.DateRange.intersection(DateRange other) Deprecated.booleanDateRange.isConnected(DateRange other) Deprecated.booleanDeprecated.Deprecated.