Mega Code Archive

 
Categories / Java Book / 003 Essential Classes
 

0195 Constants for Date

static int DAY_OF_MONTH For get and set indicating the day of the month. static int DAY_OF_WEEK For get and set indicating the day of the week. static int DAY_OF_WEEK_IN_MONTH For get and set indicating the ordinal number of the day of the week within the current month. static int DAY_OF_YEAR For get and set indicating the day number within the current year. static int HOUR For get and set indicating the hour of the morning or afternoon. static int HOUR_OF_DAY For get and set indicating the hour of the day. static int DATE For get and set indicating the day of the month. static int ERA For get and set indicating the era, e.g., AD or BC in the Julian calendar. static int MILLISECOND For get and set indicating the millisecond within the second. static int MINUTE For get and set indicating the minute within the hour. static int MONTH For get and set indicating the month. static int SECOND For get and set indicating the second within the minute. static int WEEK_OF_MONTH For get and set indicating the week number within the current month. static int WEEK_OF_YEAR For get and set indicating the week number within the current year. static int YEAR For get and set indicating the year.