All Packages Class Hierarchy This Package Previous Next Index
Class calendrica.ISO
java.lang.Object
|
+----calendrica.ProtoDate
|
+----calendrica.Date
|
+----calendrica.ISO
- public class ISO
- extends Date
-
day
-
-
week
-
-
year
-
-
ISO()
-
-
ISO(Date)
-
-
ISO(long)
-
-
ISO(long, int, int)
-
-
equals(Object)
-
-
format()
-
-
fromArray(int[])
-
-
fromFixed(long)
-
-
toFixed()
-
-
toFixed(long, int, int)
-
-
toStringFields()
-
year
public long year
week
public int week
day
public int day
ISO
public ISO()
ISO
public ISO(long date)
ISO
public ISO(Date date)
ISO
public ISO(long year,
int week,
int day)
toFixed
public static long toFixed(long year,
int week,
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
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