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, toXMLCalendar
int 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 Instant
Date changeTimeZone(String newTimezone)
changeTimeZone
in interface Instant
Date withLocale(String locale)
withLocale
in interface Instant
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.