Uses of Class
com.jidesoft.range.TimeRange

Packages that use TimeRange
com.jidesoft.range The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product. 
com.jidesoft.utils The package contains several utililities for JIDE Common Layer. 
 

Uses of TimeRange in com.jidesoft.range
 

Methods in com.jidesoft.range that return TimeRange
static TimeRange TimeRange.union(TimeRange r1, TimeRange r2)
          Creates a new TimeRange as the union of two existing TimeRanges.
 

Methods in com.jidesoft.range with parameters of type TimeRange
static TimeRange TimeRange.union(TimeRange r1, TimeRange r2)
          Creates a new TimeRange as the union of two existing TimeRanges.
 

Constructors in com.jidesoft.range with parameters of type TimeRange
TimeRange(TimeRange timeRange)
          Constructs a copy of the supplied time range
 

Uses of TimeRange in com.jidesoft.utils
 

Methods in com.jidesoft.utils that return TimeRange
static TimeRange DateUtils.rangeCalendars(List<Calendar> calendars)
          Returns the range of Calendars in the Calendar list.
static TimeRange DateUtils.rangeDates(List<Date> dates)
          Returns the range of date in the Calendar list.
 



Copyright © 2014. All rights reserved.