com.marringtons.time
Class Date.YMD

java.lang.Object
  extended bycom.marringtons.time.Date.YMD
Enclosing class:
Date

public static class Date.YMD
extends Object

This class is used by the Date class for getting or working with terms - being the time between two date.


Field Summary
 int day
          term days
 int month
          term months
 int year
          term years
 
Constructor Summary
Date.YMD()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

year

public int year
term years


month

public int month
term months


day

public int day
term days

Constructor Detail

Date.YMD

public Date.YMD()


Copyright © 2005 Paul Marrington http://library.marringtons.com