This class extends GregorianCalendar with methods for detecting Agentry's "invalid date" value.
All members of SycloCalendar, including inherited members.
Constructors| Modifier and Type | Constructor | Description | 
|---|---|---|
| public | SycloCalendar(GregorianCalendar) | Constructs a new SycloCalendar object using the data from an existing GregorianCalendar object and the default locale. | 
| public | SycloCalendar(GregorianCalendar, Locale) | Constructs a new SycloCalendar object using the data from an existing GregorianCalendar object and the given locale. | 
| public | SycloCalendar() | Constructs a new SycloCalendar object. | 
| public | SycloCalendar(int, int, int, int, int, int) | Constructs a new SycloCalendar object. | 
| public | SycloCalendar(int, int, int, int, int) | Constructs a new SycloCalendar object. | 
| public | SycloCalendar(int, int, int) | Constructs a new SycloCalendar object. | 
| public | SycloCalendar(Locale) | Constructs a new SycloCalendar object. | 
| public | SycloCalendar(TimeZone, Locale) | Constructs a new SycloCalendar object. | 
| public | SycloCalendar(TimeZone) | Constructs a new SycloCalendar object. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| public static GregorianCalendar | getInvalidTimeAndDate() | Returns the Agentry invalid date value. | 
| public boolean | isInvalidTimeAndDate() | Checks to see if this object contains Agentry's "invalid date" value. | 
| public static boolean | isInvalidTimeAndDate(GregorianCalendar) | Returns whether the given date matches Agentry's "invalid date" value. |