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

Constructor Index

 o ArithmeticPersian()
 o ArithmeticPersian(Date)
 o ArithmeticPersian(long)
 o ArithmeticPersian(long, int, int)

Method Index

 o fromFixed(long)
 o isLeapYear(long)
 o toFixed()
 o toFixed(long, int, int)
 o yearFromFixed(long)

Constructors

 o ArithmeticPersian
 public ArithmeticPersian()
 o ArithmeticPersian
 public ArithmeticPersian(long date)
 o ArithmeticPersian
 public ArithmeticPersian(Date date)
 o ArithmeticPersian
 public ArithmeticPersian(long year,
                          int month,
                          int day)

Methods

 o toFixed
 public static long toFixed(long pYear,
                            int month,
                            int day)
 o toFixed
 public long toFixed()
Overrides:
toFixed in class Persian
 o fromFixed
 public void fromFixed(long date)
Overrides:
fromFixed in class Persian
 o isLeapYear
 public static boolean isLeapYear(long pYear)
 o yearFromFixed
 public static long yearFromFixed(long date)

All Packages  Class Hierarchy  This Package  Previous  Next  Index