Ontimize 5.2072EN

com.ontimize.util.calendar
Class DayInMonth

java.lang.Object
  extended bycom.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)
           
 
Method Summary
 boolean timeIsInPeriod(long time)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

DayInMonth

public DayInMonth(int day,
                  int month,
                  java.util.Locale l)
Method Detail

timeIsInPeriod

public boolean timeIsInPeriod(long time)
Specified by:
timeIsInPeriod in interface TimePeriod

toString

public java.lang.String toString()

Ontimize