|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
I define some constants that are useful with dates. These constants are defined here rather than in the FwDateIF so that classes that want to "import" these constants into their namespace can just say "implements FwDateConstantsIF".
| Field Summary | |
static int |
DOW_FRIDAY
|
static int |
DOW_MONDAY
|
static int |
DOW_SATURDAY
|
static int |
DOW_SUNDAY
Day of week values. |
static int |
DOW_THURSDAY
|
static int |
DOW_TUESDAY
|
static int |
DOW_WEDNESDAY
|
static int |
FIRST_DAY_OF_WEEK
The day of week of January 1st of the FIRST_YEAR. |
static int |
FIRST_YEAR
This is the earliest year that is considered valid for FwDates. |
static java.lang.String |
GMT_TIME_ZONE_ID
TIME ZONE |
static int |
LAST_YEAR
This is the last year that is considered valid for FwDates. |
| Field Detail |
public static final java.lang.String GMT_TIME_ZONE_ID
public static final int DOW_SUNDAY
public static final int DOW_MONDAY
public static final int DOW_TUESDAY
public static final int DOW_WEDNESDAY
public static final int DOW_THURSDAY
public static final int DOW_FRIDAY
public static final int DOW_SATURDAY
public static final int FIRST_YEAR
public static final int FIRST_DAY_OF_WEEK
public static final int LAST_YEAR
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||