| Package | Description |
|---|---|
| org.mule.runtime.core.api.el.datetime | |
| org.mule.runtime.core.el.datetime |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Date |
interface |
Time |
| Modifier and Type | Method and Description |
|---|---|
Instant |
Instant.changeTimeZone(String newTimezone) |
Instant |
Instant.withLocale(String locale) |
Instant |
Instant.withTimeZone(String newTimezone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Instant.isAfter(Instant date) |
boolean |
Instant.isBefore(Instant date) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInstant |
class |
DateTime
Models a DateTime and simplifies the parsing/formatting and very basic manipulation of dates via Mule expression language.
|
| Modifier and Type | Method and Description |
|---|---|
Instant |
AbstractInstant.changeTimeZone(String newTimezone) |
Instant |
AbstractInstant.withLocale(String locale) |
Instant |
AbstractInstant.withTimeZone(String newTimezone) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractInstant.isAfter(Instant date) |
boolean |
AbstractInstant.isBefore(Instant date) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.