Ontimize 5.2072EN

com.ontimize.util.calendar
Class WorkingDayInMonth

java.lang.Object
  extended bycom.ontimize.util.calendar.WorkingDayInMonth
All Implemented Interfaces:
java.io.Serializable, TimePeriod

public class WorkingDayInMonth
extends java.lang.Object
implements TimePeriod

See Also:
Serialized Form

Field Summary
protected  BusinessCalendar calendar
           
protected  java.util.GregorianCalendar cAux
           
protected  int day
           
protected  java.util.Locale l
           
protected  int month
           
protected  java.lang.String[] months
           
protected  java.text.DateFormatSymbols symbols
           
 
Constructor Summary
WorkingDayInMonth(int day, int month, java.util.Locale l, java.lang.String businessCalendarProperties)
           
 
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 BusinessCalendar calendar

cAux

protected java.util.GregorianCalendar cAux

symbols

protected java.text.DateFormatSymbols symbols

months

protected java.lang.String[] months
Constructor Detail

WorkingDayInMonth

public WorkingDayInMonth(int day,
                         int month,
                         java.util.Locale l,
                         java.lang.String businessCalendarProperties)
Method Detail

timeIsInPeriod

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

toString

public java.lang.String toString()

Ontimize