edu.iris.Fissures.seed.container
Class Btime.MonthDayYear

java.lang.Object
  extended by edu.iris.Fissures.seed.container.Btime.MonthDayYear
Enclosing class:
Btime

public static class Btime.MonthDayYear
extends java.lang.Object

Month, day and year.


Field Summary
 int dayOfMonth
          the day of the month
 int month
          the month (January is 1)
 int year
          the year
 
Constructor Summary
Btime.MonthDayYear(int year, int jday)
           
 
Method Summary
 java.lang.String toString()
          Return a string representation of the month/day/year.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

month

public final int month
the month (January is 1)


dayOfMonth

public final int dayOfMonth
the day of the month


year

public final int year
the year

Constructor Detail

Btime.MonthDayYear

public Btime.MonthDayYear(int year,
                          int jday)
Method Detail

toString

public java.lang.String toString()
Return a string representation of the month/day/year.

Overrides:
toString in class java.lang.Object
Returns:
a string representation of the month/day/year.