Local Date Time
Represents the XML Schema dateTime type without zone offset.
Functions
Compare this dateTime with another dateTime.
Return a clone of this value if it (together with all value subcomponents) is possibly mutable, or return this value if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query.
Compare this dateTime value with another dateTime value.
Compare this dateTime value with another dateTime value.
Compare this dateTime value with another dateTime value.
Compare this dateTime value with another dateTime value.
Return the difference this - value, measured in days.
Compare this dateTime value with another dateTime value.
Return a new dateTime which is the specified number of days ahead of this dateTime.
Return a new dateTime which is the specified number of hours ahead of this dateTime.
Return a new dateTime which is the specified number of microseconds ahead of this dateTime.
Return a new dateTime which is the specified number of milliseconds ahead of this dateTime.
Return a new dateTime which is the specified number of minutes ahead of this dateTime.
Return a new dateTime which is the specified number of months ahead of this dateTime.
Return a new dateTime which is the specified number of nanoseconds ahead of this dateTime.
Return a new dateTime which is the specified number of seconds ahead of this dateTime.
Return a new dateTime which is the specified number of weeks ahead of this dat/timee.
Return a new dateTime which is the specified number of years ahead of this dateTime.
See toGlobal(Int).
Return this value converted to a global date and time, with specified offset.
- See Also:
-
{@link com.sap.cloud.mobile.kotlin.odata.GlobalDateTime#normalize() GlobalDateTime.normalize}.
Convert to java.time.LocalDateTime.
Convert this data value to a string. If the {@link com.sap.cloud.mobile.kotlin.odata.LocalDateTime#dataType LocalDateTime.dataType} is defined by XML Schema Part 2: Datatypes, then the corresponding lexical format is used. JSON format is used for structured values (arrays and objects).