Uses of Class
org.zkoss.zul.LocalDateTimeRange
-
Packages that use LocalDateTimeRange Package Description org.zkoss.zul -
-
Uses of LocalDateTimeRange in org.zkoss.zul
Methods in org.zkoss.zul that return LocalDateTimeRange Modifier and Type Method Description static LocalDateTimeRangeLocalDateTimeRange. of(java.time.LocalDateTime begin, java.time.LocalDateTime end)Static factory equivalent toLocalDateTimeRange(LocalDateTime, LocalDateTime).Methods in org.zkoss.zul with parameters of type LocalDateTimeRange Modifier and Type Method Description intLocalDateTimeRange. compareTo(LocalDateTimeRange o)booleanLocalDateTimeRange. overlaps(LocalDateTimeRange other)Null-safe overlap test,nullends treated as unbounded.
-