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
-
EPOCH
-
-
monthNames
-
-
Egyptian()
-
-
Egyptian(Date)
-
-
Egyptian(long)
-
-
Egyptian(long, int, int)
-
-
equals(Object)
-
-
format()
-
-
fromFixed(long)
-
-
toFixed()
-
-
toFixed(long, int, int)
-
EPOCH
public static final long EPOCH
monthNames
public static final String monthNames[]
Egyptian
public Egyptian()
Egyptian
public Egyptian(long date)
Egyptian
public Egyptian(Date date)
Egyptian
public Egyptian(long year,
int month,
int day)
toFixed
public static long toFixed(long year,
int month,
int day)
toFixed
public long toFixed()
- Overrides:
- toFixed in class Date
fromFixed
public void fromFixed(long date)
- Overrides:
- fromFixed in class ProtoDate
format
public String format()
- Overrides:
- format in class ProtoDate
equals
public boolean equals(Object obj)
- Overrides:
- equals in class ProtoDate
All Packages Class Hierarchy This Package Previous Next Index