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 classOData expression for time of day values.Fields in com.sap.cloud.sdk.datamodel.odata.client.expression declared as ValueTimeOfDayModifier and TypeFieldDescriptionstatic final ValueTimeOfDayValueTimeOfDay.NULLNull value for time of day operations.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression that return ValueTimeOfDayModifier and TypeMethodDescriptiondefault ValueTimeOfDayFieldUntyped.asTimeOfDay()Cast the field reference to a time-of-day value, enabling type-safe expressions.static ValueTimeOfDayReturns aValueTimeOfDayfrom the givenv.Methods in com.sap.cloud.sdk.datamodel.odata.client.expression with parameters of type ValueTimeOfDayModifier and TypeMethodDescriptionstatic ValueNumeric.ExpressionFilterExpressionTemporal.fractionalSeconds(ValueTimeOfDay operand) Returns aValueNumeric.Expressionthat uses the givenoperandto filter for the"fractionalseconds"portion of a temporal value.static ValueNumeric.ExpressionFilterExpressionTemporal.hour(ValueTimeOfDay operand) Returns aValueNumeric.Expressionthat uses the givenoperandto filter for the"hour"portion of a temporal value.static ValueNumeric.ExpressionFilterExpressionTemporal.minute(ValueTimeOfDay operand) Returns aValueNumeric.Expressionthat uses the givenoperandto filter for the"minute"portion of a temporal value.static ValueNumeric.ExpressionFilterExpressionTemporal.second(ValueTimeOfDay operand) Returns aValueNumeric.Expressionthat uses the givenoperandto filter for the"second"portion of a temporal value.