Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay
-
Uses of ValueTimeOfDay in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeClassDescriptionstatic class
OData expression for time of day values.Modifier and TypeFieldDescriptionstatic final ValueTimeOfDay
ValueTimeOfDay.NULL
Null value for time of day operations.Modifier and TypeMethodDescriptiondefault ValueTimeOfDay
FieldUntyped.asTimeOfDay()
Cast the field reference to a time-of-day value, enabling type-safe expressions.static ValueTimeOfDay
Returns aValueTimeOfDay
from the givenv
.Modifier and TypeMethodDescriptionstatic ValueNumeric.Expression
FilterExpressionTemporal.fractionalSeconds
(ValueTimeOfDay operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"fractionalseconds"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.hour
(ValueTimeOfDay operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"hour"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.minute
(ValueTimeOfDay operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"minute"
portion of a temporal value.static ValueNumeric.Expression
FilterExpressionTemporal.second
(ValueTimeOfDay operand) Returns aValueNumeric.Expression
that uses the givenoperand
to filter for the"second"
portion of a temporal value.