| Package | Description |
|---|---|
| com.api.jsonata4java.expressions |
| Modifier and Type | Field and Description |
|---|---|
static JS4JDate |
JS4JDate.UNDEFINED_JS4JDate
An undefined version of this object.
|
| Modifier and Type | Method and Description |
|---|---|
JS4JDate |
JS4JDate.clone() |
static JS4JDate |
JS4JDate.MAX_VALUE() |
static JS4JDate |
JS4JDate.MIN_VALUE() |
static JS4JDate |
JS4JDate.undefinedForNull(JS4JDate date)
Converts the inputJS4JDate to an undefinedJS4JDate if the inputJS4JDate is
null.
|
| Modifier and Type | Method and Description |
|---|---|
int |
JS4JDate.compareTo(JS4JDate date)
Compares this date with the supplied date and returns -1 if this date is
less than the supplied date, 0 if equal, or 1 if greater than the supplied
date.
|
static boolean |
JS4JDate.isUndefined(JS4JDate date)
Tests for equality to the UNDEFINED_JS4JDate which is one millisecond after
the epoch date (midnight 1/1/1970 GMT).
|
static JS4JDate |
JS4JDate.undefinedForNull(JS4JDate date)
Converts the inputJS4JDate to an undefinedJS4JDate if the inputJS4JDate is
null.
|
Copyright © 2020. All rights reserved.