Interface FilterExpressionTemporal
public interface FilterExpressionTemporal
Set of OData filter functions for temporal types.
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic ValueDate.Expressiondate(ValueDateTimeOffset operand) static ValueNumeric.Expressionstatic ValueNumeric.Expressionday(ValueDateTimeOffset operand) static ValueNumeric.ExpressionfractionalSeconds(ValueDateTimeOffset operand) static ValueNumeric.ExpressionfractionalSeconds(ValueTimeOfDay operand) static ValueNumeric.Expressionhour(ValueDateTimeOffset operand) static ValueNumeric.Expressionhour(ValueTimeOfDay operand) static ValueNumeric.Expressionminute(ValueDateTimeOffset operand) static ValueNumeric.Expressionminute(ValueTimeOfDay operand) static ValueNumeric.Expressionstatic ValueNumeric.Expressionmonth(ValueDateTimeOffset operand) now()static ValueNumeric.Expressionsecond(ValueDateTimeOffset operand) static ValueNumeric.Expressionsecond(ValueTimeOfDay operand) static ValueTimeOfDay.Expressiontime(ValueDateTimeOffset operand) static ValueNumeric.ExpressiontotalOffsetMinutes(ValueDateTimeOffset operand) static ValueNumeric.ExpressiontotalOffsetSeconds(ValueDuration operand) static ValueNumeric.Expressionstatic ValueNumeric.Expressionyear(ValueDateTimeOffset operand)
-
Method Details
-
date
-
fractionalSeconds
-
fractionalSeconds
-
second
-
second
-
minute
-
minute
-
hour
-
hour
-
day
-
day
-
month
-
month
-
year
-
year
-
time
-
now
-
maxDateTime
-
minDateTime
-
totalOffsetSeconds
-
totalOffsetMinutes
-