com.knowgate.misc
Class Month

java.lang.Object
  extended by com.knowgate.misc.Month

public class Month
extends java.lang.Object


Constructor Summary
Month(int y, int m)
           
 
Method Summary
 java.util.Date firstDay()
           
 int getMonth()
           
 int getYear()
           
 java.util.Date lastDay()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Month

public Month(int y,
             int m)
Method Detail

getYear

public int getYear()

getMonth

public int getMonth()

firstDay

public java.util.Date firstDay()

lastDay

public java.util.Date lastDay()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object