Package org.hackystat.utilities.time.period

Provides abstractions for Days, Weeks, and Months.

See:
          Description

Interface Summary
TimePeriod Tag interface for Day, Week, Month objects.
 

Class Summary
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.
TestDay Tests the Day implementation.
TestMonth Tests the Month and Months implementations.
TestWeek Tests the Week implementation.
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.
 

Package org.hackystat.utilities.time.period Description

Provides abstractions for Days, Weeks, and Months.