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

Variable Index

 o day
 o week
 o year

Constructor Index

 o ISO()
 o ISO(Date)
 o ISO(long)
 o ISO(long, int, int)

Method Index

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

Variables

 o year
 public long year
 o week
 public int week
 o day
 public int day

Constructors

 o ISO
 public ISO()
 o ISO
 public ISO(long date)
 o ISO
 public ISO(Date date)
 o ISO
 public ISO(long year,
            int week,
            int day)

Methods

 o toFixed
 public static long toFixed(long year,
                            int week,
                            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 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