Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDateTimeOffset
-
Uses of ValueDateTimeOffset in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeClassDescriptionstatic class
OData expression for date time offset values.Modifier and TypeFieldDescriptionstatic final ValueDateTimeOffset
ValueDateTimeOffset.NULL
Null value for date time offset operations.Modifier and TypeMethodDescriptiondefault ValueDateTimeOffset
FieldUntyped.asDateTimeOffset()
Cast the field reference to an offset-date-time value, enabling type-safe expressions.static ValueDateTimeOffset
ValueDateTimeOffset.literal
(OffsetDateTime v) Returns aValueDateTimeOffset
from the givenv
.Modifier and TypeMethodDescriptionFilterExpressionArithmetic.add
(ValueDateTimeOffset operand1, ValueDuration operand2) Addition expression for date time and duration.static ValueDate.Expression
FilterExpressionTemporal.date
(ValueDateTimeOffset operand) Returns aValueDate.Expression
that uses the givenoperand
to filter for the"date"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.day
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"day"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.fractionalSeconds
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"fractionalseconds"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.hour
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"hour"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.minute
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"minute"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.month
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"month"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.second
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"second"
portion of a temporal value.FilterExpressionArithmetic.subtract
(ValueDateTimeOffset operand1, ValueDuration operand2) Subtraction expression for date time and duration.static ValueTimeOfDay.Expression
FilterExpressionTemporal.time
(ValueDateTimeOffset operand) Returns aValueTimeOfDay.Expression
that uses the givenoperand
to filter for the"time"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.totalOffsetMinutes
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"totaloffsetminutes"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.year
(ValueDateTimeOffset operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"year"
portion of a temporal value.