public interface Instant
Modifier and Type | Method and Description |
---|---|
Instant |
changeTimeZone(String newTimezone) |
String |
format() |
String |
format(String pattern) |
String |
getTimeZone() |
boolean |
isAfter(Instant date) |
boolean |
isBefore(Instant date) |
Calendar |
toCalendar() |
Date |
toDate() |
XMLGregorianCalendar |
toXMLCalendar() |
Instant |
withLocale(String locale) |
Instant |
withTimeZone(String newTimezone) |
boolean isBefore(Instant date)
boolean isAfter(Instant date)
String format()
String getTimeZone()
Calendar toCalendar()
Date toDate()
XMLGregorianCalendar toXMLCalendar() throws DatatypeConfigurationException
DatatypeConfigurationException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.