Uses of Class
org.hackystat.utilities.time.interval.DayInterval

Packages that use DayInterval
org.hackystat.utilities.time.interval Provides the Interval abstraction, which allows the user to specify time intervals at the grain-size of Days, Weeks, or Months. 
 

Uses of DayInterval in org.hackystat.utilities.time.interval
 

Constructors in org.hackystat.utilities.time.interval with parameters of type DayInterval
DayIterator(DayInterval dayInterval)
          Creates a day iterator over the interval.