All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class calendrica.OldHinduLunar

java.lang.Object
   |
   +----calendrica.ProtoDate
           |
           +----calendrica.Date
                   |
                   +----calendrica.OldHinduLunar

public class OldHinduLunar
extends Date

Variable Index

 o ARYA_LUNAR_DAY
 o ARYA_LUNAR_MONTH
 o day
 o dayOfWeekNames
 o leapMonth
 o month
 o monthNames
 o year

Constructor Index

 o OldHinduLunar()
 o OldHinduLunar(Date)
 o OldHinduLunar(long)
 o OldHinduLunar(long, int, boolean, int)

Method Index

 o equals(Object)
 o format()
 o fromArray(int[])
 o fromFixed(long)
 o isLeapYear(long)
 o toFixed()
 o toFixed(long, int, boolean, int)
 o toStringFields()

Variables

 o year
 public long year
 o month
 public int month
 o leapMonth
 public boolean leapMonth
 o day
 public int day
 o ARYA_LUNAR_MONTH
 public static final double ARYA_LUNAR_MONTH
 o ARYA_LUNAR_DAY
 public static final double ARYA_LUNAR_DAY
 o dayOfWeekNames
 public static final String dayOfWeekNames[]
 o monthNames
 public static final String monthNames[]

Constructors

 o OldHinduLunar
 public OldHinduLunar()
 o OldHinduLunar
 public OldHinduLunar(long date)
 o OldHinduLunar
 public OldHinduLunar(Date date)
 o OldHinduLunar
 public OldHinduLunar(long year,
                      int month,
                      boolean leapMonth,
                      int day)

Methods

 o toFixed
 public static long toFixed(long year,
                            int month,
                            boolean leapMonth,
                            int day)
 o toFixed
 public long toFixed()
Overrides:
toFixed in class Date
 o fromFixed
 public void fromFixed(long date)
Overrides:
fromFixed in class ProtoDate
 o fromArray
 public void fromArray(int a[])
Overrides:
fromArray in class ProtoDate
 o isLeapYear
 public static boolean isLeapYear(long lYear)
 o toStringFields
 protected String toStringFields()
Overrides:
toStringFields in class ProtoDate
 o format
 public String format()
Overrides:
format in class ProtoDate
 o equals
 public boolean equals(Object obj)
Overrides:
equals in class ProtoDate

All Packages  Class Hierarchy  This Package  Previous  Next  Index