| Modifier and Type | Method and Description |
|---|---|
Date |
changeTimeZone(String newTimezone) |
int |
getDayOfMonth() |
int |
getDayOfWeek() |
int |
getDayOfYear() |
int |
getMonth() |
int |
getWeekOfMonth() |
int |
getWeekOfYear() |
int |
getYear() |
Date |
plusDays(int add) |
Date |
plusMonths(int add) |
Date |
plusWeeks(int add) |
Date |
plusYears(int add) |
Date |
withLocale(String locale) |
Date |
withTimeZone(String newTimezone) |
format, format, getTimeZone, isAfter, isBefore, toCalendar, toDate, toXMLCalendarint getDayOfWeek()
int getDayOfMonth()
int getDayOfYear()
int getWeekOfMonth()
int getWeekOfYear()
int getMonth()
int getYear()
Date plusDays(int add)
Date plusWeeks(int add)
Date plusMonths(int add)
Date plusYears(int add)
Date withTimeZone(String newTimezone)
withTimeZone in interface InstantDate changeTimeZone(String newTimezone)
changeTimeZone in interface InstantDate withLocale(String locale)
withLocale in interface InstantCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.