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()
-  
  
-   ArithmeticPersian(Date) ArithmeticPersian(Date)
-  
  
-   ArithmeticPersian(long) ArithmeticPersian(long)
-  
  
-   ArithmeticPersian(long, int, int) ArithmeticPersian(long, int, int)
-  
   
  -   fromFixed(long) fromFixed(long)
-  
  
-   isLeapYear(long) isLeapYear(long)
-  
  
-   toFixed() toFixed()
-  
  
-   toFixed(long, int, int) toFixed(long, int, int)
-  
  
-   yearFromFixed(long) yearFromFixed(long)
-  
   
 ArithmeticPersian
ArithmeticPersian
 public ArithmeticPersian()
 ArithmeticPersian
ArithmeticPersian
 public ArithmeticPersian(long date)
 ArithmeticPersian
ArithmeticPersian
 public ArithmeticPersian(Date date)
 ArithmeticPersian
ArithmeticPersian
 public ArithmeticPersian(long year,
                          int month,
                          int day)
   
 toFixed
toFixed
 public static long toFixed(long pYear,
                            int month,
                            int day)
 toFixed
toFixed
 public long toFixed()
  - 
    -  Overrides:
    
-  toFixed in class Persian
  
 
 fromFixed
fromFixed
 public void fromFixed(long date)
  - 
    -  Overrides:
    
-  fromFixed in class Persian
  
 
 isLeapYear
isLeapYear
 public static boolean isLeapYear(long pYear)
 yearFromFixed
yearFromFixed
 public static long yearFromFixed(long date)
All Packages  Class Hierarchy  This Package  Previous  Next  Index