All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.Egyptian

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

public class Egyptian
extends StandardDate

Variable Index

 o EPOCH
 o monthNames

Constructor Index

 o Egyptian()
 o Egyptian(Date)
 o Egyptian(long)
 o Egyptian(long, int, int)

Method Index

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

Variables

 o EPOCH
 public static final long EPOCH
 o monthNames
 public static final String monthNames[]

Constructors

 o Egyptian
 public Egyptian()
 o Egyptian
 public Egyptian(long date)
 o Egyptian
 public Egyptian(Date date)
 o Egyptian
 public Egyptian(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 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