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