public interface TimeFrame extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(DateTime dateTime) |
boolean |
hasFinished()
Checks that the current time is in the current time frame.
|
long |
inMillis() |
long |
millisUntilNextTimeFrame() |
TimeFrame |
next() |
DateTime |
startTime() |
boolean hasFinished()
long millisUntilNextTimeFrame()
long inMillis()
TimeFrame next()
DateTime startTime()
boolean contains(DateTime dateTime)
dateTime - the instant to checkCopyright © 2014–2023 MuleSoft, Inc.. All rights reserved.