Uses of Class
com.api.jsonata4java.expressions.JS4JDate
-
Packages that use JS4JDate Package Description com.api.jsonata4java.expressions -
-
Uses of JS4JDate in com.api.jsonata4java.expressions
Fields in com.api.jsonata4java.expressions declared as JS4JDate Modifier and Type Field Description static JS4JDateJS4JDate. UNDEFINED_JS4JDateAn undefined version of this object.Methods in com.api.jsonata4java.expressions that return JS4JDate Modifier and Type Method Description JS4JDateJS4JDate. clone()static JS4JDateJS4JDate. MAX_VALUE()static JS4JDateJS4JDate. MIN_VALUE()static JS4JDateJS4JDate. undefinedForNull(JS4JDate date)Converts the inputJS4JDate to an undefinedJS4JDate if the inputJS4JDate is null.Methods in com.api.jsonata4java.expressions with parameters of type JS4JDate Modifier and Type Method Description intJS4JDate. 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 booleanJS4JDate. isUndefined(JS4JDate date)Tests for equality to the UNDEFINED_JS4JDate which is one millisecond after the epoch date (midnight 1/1/1970 GMT).static JS4JDateJS4JDate. undefinedForNull(JS4JDate date)Converts the inputJS4JDate to an undefinedJS4JDate if the inputJS4JDate is null.
-