Uses of Class
org.zkoss.zul.ZonedDateTimeRange
-
Packages that use ZonedDateTimeRange Package Description org.zkoss.zul -
-
Uses of ZonedDateTimeRange in org.zkoss.zul
Methods in org.zkoss.zul that return ZonedDateTimeRange Modifier and Type Method Description static ZonedDateTimeRangeZonedDateTimeRange. of(java.time.ZonedDateTime begin, java.time.ZonedDateTime end)Static factory equivalent toZonedDateTimeRange(ZonedDateTime, ZonedDateTime).Methods in org.zkoss.zul with parameters of type ZonedDateTimeRange Modifier and Type Method Description intZonedDateTimeRange. compareTo(ZonedDateTimeRange o)booleanZonedDateTimeRange. overlaps(ZonedDateTimeRange other)Instant-based, null-safe overlap test.
-