com.ontimize.util.calendar
Class DayInMonth
java.lang.Object
com.ontimize.util.calendar.DayInMonth
- All Implemented Interfaces:
- java.io.Serializable, TimePeriod
- public class DayInMonth
- extends java.lang.Object
- implements TimePeriod
- See Also:
- Serialized Form
|
Field Summary |
protected java.util.GregorianCalendar |
calendar
|
protected int |
day
|
protected java.util.Locale |
l
|
protected int |
month
|
protected java.lang.String[] |
months
|
protected java.text.DateFormatSymbols |
symbols
|
|
Constructor Summary |
DayInMonth(int day,
int month,
java.util.Locale l)
|
| 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 java.util.GregorianCalendar calendar
symbols
protected java.text.DateFormatSymbols symbols
months
protected java.lang.String[] months
DayInMonth
public DayInMonth(int day,
int month,
java.util.Locale l)
timeIsInPeriod
public boolean timeIsInPeriod(long time)
- Specified by:
timeIsInPeriod in interface TimePeriod
toString
public java.lang.String toString()