com.ontimize.util.calendar
Class WorkingDayInMonth
java.lang.Object
com.ontimize.util.calendar.WorkingDayInMonth
- All Implemented Interfaces:
- java.io.Serializable, TimePeriod
- public class WorkingDayInMonth
- extends java.lang.Object
- implements TimePeriod
- See Also:
- Serialized Form
|
Constructor Summary |
WorkingDayInMonth(int day,
int month,
java.util.Locale l,
java.lang.String businessCalendarProperties)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
day
protected int day
month
protected int month
l
protected java.util.Locale l
calendar
protected BusinessCalendar calendar
cAux
protected java.util.GregorianCalendar cAux
symbols
protected java.text.DateFormatSymbols symbols
months
protected java.lang.String[] months
WorkingDayInMonth
public WorkingDayInMonth(int day,
int month,
java.util.Locale l,
java.lang.String businessCalendarProperties)
timeIsInPeriod
public boolean timeIsInPeriod(long time)
- Specified by:
timeIsInPeriod in interface TimePeriod
toString
public java.lang.String toString()