com.webmethods.caf.faces.data.calendar
Interface ICalendarDay

All Known Implementing Classes:
CalendarDay

public interface ICalendarDay

The interface at access the Date that this calendar day encapsulates


Method Summary
 Date getDay()
          Time at midnight of day that this CalendarDay represents.
 

Method Detail

getDay

Date getDay()
Time at midnight of day that this CalendarDay represents.

Returns:
The day represented by this CalendarDay.