Uses of Package
org.hackystat.utilities.time.period

Packages that use org.hackystat.utilities.time.period
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. 
org.hackystat.utilities.time.period Provides abstractions for Days, Weeks, and Months. 
org.hackystat.utilities.tstamp Provides classes to facilitate manipulation of timestamps. 
 

Classes in org.hackystat.utilities.time.period used by org.hackystat.utilities.time.interval
Day
          Provides a "cousin" of Date that represents only year, month, and day information.
Month
          Provides the Month abstract data type, which represents the collection of Week and Day instances in a given month.
Week
          Provides a representation for seven Day instances where the first Day is always a Sunday and the last Day is always the following Saturday.
 

Classes in org.hackystat.utilities.time.period used by org.hackystat.utilities.time.period
Day
          Provides a "cousin" of Date that represents only year, month, and day information.
Month
          Provides the Month abstract data type, which represents the collection of Week and Day instances in a given month.
TimePeriod
          Tag interface for Day, Week, Month objects.
Week
          Provides a representation for seven Day instances where the first Day is always a Sunday and the last Day is always the following Saturday.
 

Classes in org.hackystat.utilities.time.period used by org.hackystat.utilities.tstamp
Day
          Provides a "cousin" of Date that represents only year, month, and day information.