JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.util.calendar
Interface SpecialDate

All Known Implementing Classes:
JCCalendar.DateMonthYear, JCCalendar.DayOfWeek, JCCalendar.MonthDayOfMonth, JCCalendar.MonthWeekDayOfWeek

public interface SpecialDate

SpecialDate is the interface that an object must support in order to be added to JCCalendar's SpecialDate list.


Method Summary
 boolean isSpecialDate(int year, int month, int date, int week)
          Returns whether the given date is special.
 

Method Detail

isSpecialDate

public boolean isSpecialDate(int year,
                             int month,
                             int date,
                             int week)
Returns whether the given date is special.

Parameters:
year - The year to use. i.e. "1997"
month - The month (0 to 11)
date - The day of the month
week - The week of the month
Returns:
Is the date specified special?

Copyright © 2004 Quest Software Inc..
All rights reserved.