| Field | Value |
| AM_PM | AM or PM |
| DAY_OF_WEEK | SUNDAY, MONDAY..., through to SATURDAY |
| DAY_OF_YEAR | Set a value from 1 to 366 |
| MONTH | Set a value of JANUARY, FEBRUARY, etc., through to DECEMBER, corresponding to values of 0 to 11 |
| DAY_OF_MONTH or DATE | Set a value from 1 to 31 |
| WEEK_OF_MONTH | Set a value from 1 to 6 |
| WEEK_OF_YEAR | Set a value from 1 to 54 |
| HOUR_OF_DAY | A value from 0 to 23 |
| HOUR | A value from 1 to 12 representing the current hour in the a.m. or p.m. |
| MINUTE | The current minute in the current hour ? value from 0 to 59 |
| SECOND | The second in the current minute, 0 to 59 |
| MILLISECOND | The millisecond in the current second, 0 to 999 |
| YEAR | The current year ?or example, 2004 |
| ERA | Can be set to either GregorianCalendar.BC or GregorianCalendar.AD (both values being defined in the GregorianCalendar class) |
| ZONE_OFFSET | A millisecond value indicating the offset from GMT |
| DST_OFFSET | A millisecond value indicating the offset for daylight saving time in the current time zone |