Uses of Class
cloud.opencode.base.date.range.DateTimeRange
Packages that use DateTimeRange
-
Uses of DateTimeRange in cloud.opencode.base.date.range
Methods in cloud.opencode.base.date.range that return DateTimeRangeModifier and TypeMethodDescriptionstatic DateTimeRangeDateTimeRange.empty()Deprecated.Creates an empty DateTimeRange at the current time 在当前时间创建空日期时间范围static DateTimeRangeDateTimeRange.empty(LocalDateTime dateTime) Deprecated.Creates an empty DateTimeRange at the specified time 在指定时间创建空日期时间范围static DateTimeRangeDateTimeRange.from(LocalDateTimeRange range) Deprecated.Creates a DateTimeRange from a LocalDateTimeRange 从LocalDateTimeRange创建DateTimeRangestatic DateTimeRangeDateTimeRange.of(LocalDateTime start, Duration duration) Deprecated.Creates a DateTimeRange with a duration 使用时长创建日期时间范围static DateTimeRangeDateTimeRange.of(LocalDateTime start, LocalDateTime end) Deprecated.Creates a DateTimeRange 创建日期时间范围DateTimeRange.span(DateTimeRange other) Deprecated.Methods in cloud.opencode.base.date.range that return types with arguments of type DateTimeRangeModifier and TypeMethodDescriptionDateTimeRange.gap(DateTimeRange other) Deprecated.DateTimeRange.intersection(DateTimeRange other) Deprecated.Methods in cloud.opencode.base.date.range with parameters of type DateTimeRangeModifier and TypeMethodDescriptionbooleanDateTimeRange.abuts(DateTimeRange other) Deprecated.booleanDateTimeRange.encloses(DateTimeRange other) Deprecated.DateTimeRange.gap(DateTimeRange other) Deprecated.DateTimeRange.intersection(DateTimeRange other) Deprecated.booleanDateTimeRange.overlaps(DateTimeRange other) Deprecated.DateTimeRange.span(DateTimeRange other) Deprecated.