All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.French

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

public class French
extends StandardDate

Variable Index

 o dayOfWeekNames
 o decadeNames
 o EPOCH
 o monthNames
 o PARIS
 o specialDayNames

Constructor Index

 o French()
 o French(Date)
 o French(long)
 o French(long, int, int)

Method Index

 o equals(Object)
 o format()
 o fromFixed(long)
 o midnightInParis(long)
 o newYearOnOrBefore(long)
 o toFixed()
 o toFixed(long, int, int)

Variables

 o EPOCH
 public static final long EPOCH
 o PARIS
 public static final Location PARIS
 o monthNames
 public static final String monthNames[]
 o dayOfWeekNames
 public static final String dayOfWeekNames[]
 o specialDayNames
 public static final String specialDayNames[]
 o decadeNames
 public static final String decadeNames[]

Constructors

 o French
 public French()
 o French
 public French(long date)
 o French
 public French(Date date)
 o French
 public French(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 midnightInParis
 public static double midnightInParis(long date)
 o newYearOnOrBefore
 public static long newYearOnOrBefore(long date)
 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