Uses of Class
org.zkoss.zul.DateRange
-
Packages that use DateRange Package Description org.zkoss.zul -
-
Uses of DateRange in org.zkoss.zul
Methods in org.zkoss.zul that return DateRange Modifier and Type Method Description static DateRangeDateRange. of(java.util.Date begin, java.util.Date end)Static factory equivalent toDateRange(Date, Date).Methods in org.zkoss.zul with parameters of type DateRange Modifier and Type Method Description intDateRange. compareTo(DateRange o)booleanDateRange. overlaps(DateRange other)Tests whether this range overlaps the supplied range.
-