Uses of Class
org.zkoss.zul.LocalDateRange
-
Packages that use LocalDateRange Package Description org.zkoss.zul -
-
Uses of LocalDateRange in org.zkoss.zul
Methods in org.zkoss.zul that return LocalDateRange Modifier and Type Method Description static LocalDateRangeLocalDateRange. of(java.time.LocalDate begin, java.time.LocalDate end)Static factory equivalent toLocalDateRange(LocalDate, LocalDate).Methods in org.zkoss.zul with parameters of type LocalDateRange Modifier and Type Method Description intLocalDateRange. compareTo(LocalDateRange o)booleanLocalDateRange. overlaps(LocalDateRange other)Null-safe overlap test, treatingnullends as unbounded.
-