Package com.prozima.time

The Prozima time package provides classes which greatly extend the time management capabilities of the standard Java libraries.

See:
          Description

Interface Summary
TimeConstants Time related constants which can be used in calculations.
 

Class Summary
DayAndYear Represents a specific day in time by specifying a specific year and the day of this year.
TimePeriod Immutable class which represents a period of time beginning at a specific time of the day and lasting a specific duration.
TimeTable A timetable stores periods of time, which are referenced by date or by day of the week.
TimeUtilities Provides static methods which are helpful when operating on Date, Calendar, DayAndYear and TimePeriod classes.
 

Enum Summary
TimeConstants.DayOfWeek Enum defining the possible days of the week.
 

Package com.prozima.time Description

The Prozima time package provides classes which greatly extend the time management capabilities of the standard Java libraries. The DayAndYear class allows a day to be represented without any reference to the time of the day. The TimePeriod class represents a period of time during a day without referring to a specific date. Several utility methods are provided which facilitate the manipulation of Dates, DayAndYears and TimePeriods.