All Packages Class Hierarchy This Package Previous Next Index
Class calendrica.Ethiopic
java.lang.Object
|
+----calendrica.ProtoDate
|
+----calendrica.Date
|
+----calendrica.StandardDate
|
+----calendrica.Ethiopic
- public class Ethiopic
- extends StandardDate
-
dayOfWeekNames
-
-
EPOCH
-
-
monthNames
-
-
Ethiopic()
-
-
Ethiopic(Date)
-
-
Ethiopic(long)
-
-
Ethiopic(long, int, int)
-
-
equals(Object)
-
-
format()
-
-
fromFixed(long)
-
-
toFixed()
-
-
toFixed(long, int, int)
-
EPOCH
public static final long EPOCH
dayOfWeekNames
public static final String dayOfWeekNames[]
monthNames
public static final String monthNames[]
Ethiopic
public Ethiopic()
Ethiopic
public Ethiopic(long date)
Ethiopic
public Ethiopic(Date date)
Ethiopic
public Ethiopic(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