Uses of Interface
org.hackystat.utilities.time.period.TimePeriod

Packages that use TimePeriod
org.hackystat.utilities.time.period Provides abstractions for Days, Weeks, and Months. 
 

Uses of TimePeriod in org.hackystat.utilities.time.period
 

Classes in org.hackystat.utilities.time.period that implement TimePeriod
 class Day
          Provides a "cousin" of Date that represents only year, month, and day information.
 class Month
          Provides the Month abstract data type, which represents the collection of Week and Day instances in a given month.
 class 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.