Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueDate
-
Uses of ValueDate in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeClassDescriptionstatic class
OData expression for date values.Modifier and TypeFieldDescriptionstatic final ValueDate
ValueDate.NULL
Null value for date operations.Modifier and TypeMethodDescriptiondefault ValueDate
FieldUntyped.asDate()
Cast the field reference to a date value, enabling type-safe expressions.static ValueDate
Returns aValueDate
from the givenv
.Modifier and TypeMethodDescriptionstatic ValueDate.Expression
FilterExpressionArithmetic.add
(ValueDate operand1, ValueDuration operand2) Addition expression for date and duration.static ValueNumeric.Expression
Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"day"
portion of a temporal value.default ValueDuration.Expression
FilterableDate.difference
(ValueDate operand) Filter by expression "sub".static ValueNumeric.Expression
Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"month"
portion of a temporal value.static ValueDuration.Expression
Subtraction expression for date and date.static ValueDate.Expression
FilterExpressionArithmetic.subtract
(ValueDate operand1, ValueDuration operand2) Subtraction expression for date and duration.static ValueNumeric.Expression
Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"year"
portion of a temporal value.