| Package | Description |
|---|---|
| com.comtrade.ecm.engine.datatypes |
Additional DataTypes.
All of them must implement DataType interface. |
| Modifier and Type | Method and Description |
|---|---|
Time |
Time.add(long amountToAdd,
Time.Unit unit)
Changes a current value of an object for
amountToAdd units of unit |
static Time |
Time.noon()
Creating a noon time
|
static Time |
Time.now()
Creating an object with a current time
|
static Time |
Time.of(java.time.LocalTime localTime)
Creating a time from a
LocalTime |
static Time |
Time.of(Time time)
|
Time |
DateTime.toTime() |
static Time |
Time.zero()
Creating a zero time
|
| Modifier and Type | Method and Description |
|---|---|
int |
Time.compareTo(Time other)
Compares an object with another
Time-object. |
static DateTime |
DateTime.of(Date date,
Time time)
|
static Time |
Time.of(Time time)
|