All Packages Class Hierarchy This Package Previous Next Index
Class calendrica.ArithmeticPersian
java.lang.Object
|
+----calendrica.ProtoDate
|
+----calendrica.Date
|
+----calendrica.StandardDate
|
+----calendrica.Persian
|
+----calendrica.ArithmeticPersian
- public class ArithmeticPersian
- extends Persian
-
ArithmeticPersian()
-
-
ArithmeticPersian(Date)
-
-
ArithmeticPersian(long)
-
-
ArithmeticPersian(long, int, int)
-
-
fromFixed(long)
-
-
isLeapYear(long)
-
-
toFixed()
-
-
toFixed(long, int, int)
-
-
yearFromFixed(long)
-
ArithmeticPersian
public ArithmeticPersian()
ArithmeticPersian
public ArithmeticPersian(long date)
ArithmeticPersian
public ArithmeticPersian(Date date)
ArithmeticPersian
public ArithmeticPersian(long year,
int month,
int day)
toFixed
public static long toFixed(long pYear,
int month,
int day)
toFixed
public long toFixed()
- Overrides:
- toFixed in class Persian
fromFixed
public void fromFixed(long date)
- Overrides:
- fromFixed in class Persian
isLeapYear
public static boolean isLeapYear(long pYear)
yearFromFixed
public static long yearFromFixed(long date)
All Packages Class Hierarchy This Package Previous Next Index