Class CalendarDay

java.lang.Object
com.webmethods.caf.faces.data.calendar.CalendarDay
All Implemented Interfaces:
ICalendarDay

public class CalendarDay extends Object implements ICalendarDay
The Date that this calendar day encapsulates
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected Date
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CalendarDay(com.ibm.icu.util.Calendar calendar, Date date)
    Constructor for defining this calendar date object.
  • Method Summary

    Modifier and Type
    Method
    Description
    Time at midnight of day that this CalendarDay represents.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • m_date

      protected Date m_date
  • Constructor Details

    • CalendarDay

      public CalendarDay(com.ibm.icu.util.Calendar calendar, Date date)
      Constructor for defining this calendar date object.
      Parameters:
      calendar - The Calendar used to normalize the Date value returned by getDay.
      date - The day represented by this CalendarDay.
  • Method Details

    • getDay

      public Date getDay()
      Time at midnight of day that this CalendarDay represents.
      Specified by:
      getDay in interface ICalendarDay
      Returns:
      The day represented by this CalendarDay.