| Modifier and Type | Method and Description |
|---|---|
DateTime |
DateTime.minus(long duration) |
DateTime |
DateTime.minusHours(int hours) |
DateTime |
DateTime.minusMinutes(int minutes) |
static DateTime |
DateTime.now() |
DateTime |
DateTime.plus(long duration) |
DateTime |
DateTime.plusDays(int days) |
DateTime |
DateTime.plusMillis(int millis) |
DateTime |
DateTime.plusMinutes(int minutes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DateTime.isAfter(DateTime instant) |
boolean |
DateTime.isBefore(DateTime instant) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
ManualClock.currentTime() |
protected abstract DateTime |
Clock.currentTime() |
DateTime |
Clock.now() |
| Constructor and Description |
|---|
ManualClock(DateTime now) |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
TimeFrame.startTime() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TimeFrame.contains(DateTime dateTime) |
static TimeFrameFactory |
TimeFrameFactory.fixed(Clock clock,
DateTime startTime) |
| Modifier and Type | Method and Description |
|---|---|
protected DateTime |
SystemClock.currentTime() |
| Modifier and Type | Field and Description |
|---|---|
protected DateTime |
FixedTimeFrameFactory.startTime |
| Modifier and Type | Method and Description |
|---|---|
DateTime |
FixedTimeFrame.startTime() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FixedTimeFrame.contains(DateTime dateTime) |
protected boolean |
FixedTimeFrame.inRange(DateTime time) |
| Constructor and Description |
|---|
FixedTimeFrame(Clock clock,
DateTime startTime,
Period period) |
FixedTimeFrameFactory(Clock clock,
DateTime startTime) |
Copyright © 2014–2022 MuleSoft, Inc.. All rights reserved.