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
-
ARYA_LUNAR_DAY
-
-
ARYA_LUNAR_MONTH
-
-
day
-
-
dayOfWeekNames
-
-
leapMonth
-
-
month
-
-
monthNames
-
-
year
-
-
OldHinduLunar()
-
-
OldHinduLunar(Date)
-
-
OldHinduLunar(long)
-
-
OldHinduLunar(long, int, boolean, int)
-
-
equals(Object)
-
-
format()
-
-
fromArray(int[])
-
-
fromFixed(long)
-
-
isLeapYear(long)
-
-
toFixed()
-
-
toFixed(long, int, boolean, int)
-
-
toStringFields()
-
year
public long year
month
public int month
leapMonth
public boolean leapMonth
day
public int day
ARYA_LUNAR_MONTH
public static final double ARYA_LUNAR_MONTH
ARYA_LUNAR_DAY
public static final double ARYA_LUNAR_DAY
dayOfWeekNames
public static final String dayOfWeekNames[]
monthNames
public static final String monthNames[]
OldHinduLunar
public OldHinduLunar()
OldHinduLunar
public OldHinduLunar(long date)
OldHinduLunar
public OldHinduLunar(Date date)
OldHinduLunar
public OldHinduLunar(long year,
int month,
boolean leapMonth,
int day)
toFixed
public static long toFixed(long year,
int month,
boolean leapMonth,
int day)
toFixed
public long toFixed()
- Overrides:
- toFixed in class Date
fromFixed
public void fromFixed(long date)
- Overrides:
- fromFixed in class ProtoDate
fromArray
public void fromArray(int a[])
- Overrides:
- fromArray in class ProtoDate
isLeapYear
public static boolean isLeapYear(long lYear)
toStringFields
protected String toStringFields()
- Overrides:
- toStringFields in class ProtoDate
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