Modifier and Type | Method and Description |
---|---|
Time |
changeTimeZone(String newTimezone) |
int |
getHours() |
long |
getMilliSeconds() |
int |
getMinutes() |
int |
getSeconds() |
Time |
plusHours(int add) |
Time |
plusMilliSeconds(int add) |
Time |
plusMinutes(int add) |
Time |
plusSeconds(int add) |
Time |
withLocale(String locale) |
Time |
withTimeZone(String newTimezone) |
format, format, getTimeZone, isAfter, isBefore, toCalendar, toDate, toXMLCalendar
long getMilliSeconds()
int getSeconds()
int getMinutes()
int getHours()
Time plusMilliSeconds(int add)
Time plusSeconds(int add)
Time plusMinutes(int add)
Time plusHours(int add)
Time withTimeZone(String newTimezone)
withTimeZone
in interface Instant
Time changeTimeZone(String newTimezone)
changeTimeZone
in interface Instant
Time withLocale(String locale)
withLocale
in interface Instant
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.