Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueTimeOfDay
Packages that use ValueTimeOfDay
-
Uses of ValueTimeOfDay in com.sap.cloud.sdk.datamodel.odata.client.expression
Classes in com.sap.cloud.sdk.datamodel.odata.client.expression that implement ValueTimeOfDayModifier and TypeClassDescriptionstatic class
OData expression for time of day values.Fields in com.sap.cloud.sdk.datamodel.odata.client.expression declared as ValueTimeOfDayModifier and TypeFieldDescriptionstatic final ValueTimeOfDay
ValueTimeOfDay.NULL
Null value for time of day operations.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression that return ValueTimeOfDayModifier 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
.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression with parameters of type ValueTimeOfDayModifier 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.