Method Summary |
|
void | addDays(int days) Add a number of days to the date. |
void | addHours(int hours) Add a number of hours to the date. |
void | addMillis(int millis) Add a number of milliseconds to the date. |
void | addMinutes(int minutes) Add a number of minutes to the date. |
void | addMonths(int months) Add a number of months to the date. |
void | addSeconds(int seconds) Add a number of seconds to the date. |
void | addWeeks(int weeks) Add a number of weeks to the date. |
void | addWeekyears(int weekyears) Add a number of weekyears to the date. |
void | addYears(int years) Add a number of years to the date. |
void | setDate(int year, int monthOfYear, int dayOfMonth) Set the date from fields. |
void | setDateTime(int year, int monthOfYear, int dayOfMonth, int hourOfDay, int minuteOfHour, int secondOfMinute, int millisOfSecond) Set the date and time from fields. |
void | setDayOfMonth(int dayOfMonth) Set the day of the month to the specified value. |
void | setDayOfWeek(int dayOfWeek) Set the day of week to the specified value. |
void | setDayOfYear(int dayOfYear) Set the day of year to the specified value. |
void | setHourOfDay(int hourOfDay) Set the hour of the day to the specified value. |
void | setMillisOfDay(int millisOfDay) Set the millis of the day to the specified value. |
void | setMillisOfSecond(int millisOfSecond) Set the millis of the second to the specified value. |
void | setMinuteOfDay(int minuteOfDay) Set the minute of the day to the specified value. |
void | setMinuteOfHour(int minuteOfHour) Set the minute of the hour to the specified value. |
void | setMonthOfYear(int monthOfYear) Set the month of the year to the specified value. |
void | setSecondOfDay(int secondOfDay) Set the second of the day to the specified value. |
void | setSecondOfMinute(int secondOfMinute) Set the second of the minute to the specified value. |
void | setTime(int hour, int minuteOfHour, int secondOfMinute, int millisOfSecond) Set the time from fields. |
void | setWeekOfWeekyear(int weekOfWeekyear) Set the week of weekyear to the specified value. |
void | setWeekyear(int weekyear) Set the weekyear to the specified value. |
void | setYear(int year) Set the year to the specified value. |