All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.ModifiedFrench

java.lang.Object
   |
   +----calendrica.ProtoDate
           |
           +----calendrica.Date
                   |
                   +----calendrica.StandardDate
                           |
                           +----calendrica.ModifiedFrench

public class ModifiedFrench
extends StandardDate

Constructor Index

 o ModifiedFrench()
 o ModifiedFrench(Date)
 o ModifiedFrench(long)
 o ModifiedFrench(long, int, int)

Method Index

 o equals(Object)
 o format()
 o fromFixed(long)
 o isLeapYear(long)
 o toFixed()
 o toFixed(long, int, int)

Constructors

 o ModifiedFrench
 public ModifiedFrench()
 o ModifiedFrench
 public ModifiedFrench(long date)
 o ModifiedFrench
 public ModifiedFrench(Date date)
 o ModifiedFrench
 public ModifiedFrench(long year,
                       int month,
                       int day)

Methods

 o toFixed
 public static long toFixed(long year,
                            int month,
                            int day)
 o toFixed
 public long toFixed()
Overrides:
toFixed in class Date
 o fromFixed
 public void fromFixed(long date)
Overrides:
fromFixed in class ProtoDate
 o isLeapYear
 public static boolean isLeapYear(long fYear)
 o format
 public String format()
Overrides:
format in class ProtoDate
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class ProtoDate

All Packages  Class Hierarchy  This Package  Previous  Next  Index