Interface ICalendarDay
- All Known Implementing Classes:
CalendarDay
public interface ICalendarDay
The interface at access the Date that this calendar day encapsulates
-
Method Summary
-
Method Details
-
getDay
Date getDay()Time at midnight of day that this CalendarDay represents.- Returns:
- The day represented by this CalendarDay.
-