@Beta public interface FilterableDate extends Expressions.Operand
Modifier and Type | Method and Description |
---|---|
default Expressions.ValueDate.Expression |
add(Duration operand)
Filter by expression "add".
|
default Expressions.ValueDate.Expression |
add(Expressions.ValueDuration operand)
Filter by expression "add".
|
default Expressions.ValueNumeric.Expression |
dateDay()
Filter by expression "day".
|
default Expressions.ValueNumeric.Expression |
dateMonth()
Filter by expression "month".
|
default Expressions.ValueNumeric.Expression |
dateYear()
Filter by expression "year".
|
default Expressions.ValueDuration.Expression |
difference(Expressions.ValueDate operand)
Filter by expression "sub".
|
default Expressions.ValueDate.Expression |
subtract(Duration operand)
Filter by expression "sub".
|
default Expressions.ValueDate.Expression |
subtract(Expressions.ValueDuration operand)
Filter by expression "sub".
|
getExpression, getExpression
@Nonnull default Expressions.ValueNumeric.Expression dateDay()
@Nonnull default Expressions.ValueNumeric.Expression dateMonth()
@Nonnull default Expressions.ValueNumeric.Expression dateYear()
@Nonnull default Expressions.ValueDate.Expression add(@Nonnull Expressions.ValueDuration operand)
operand
- The duration to add to the date expression.@Nonnull default Expressions.ValueDate.Expression add(@Nonnull Duration operand)
operand
- The duration to ad to the date expression.@Nonnull default Expressions.ValueDate.Expression subtract(@Nonnull Expressions.ValueDuration operand)
operand
- The duration to subtract from the date.@Nonnull default Expressions.ValueDate.Expression subtract(@Nonnull Duration operand)
operand
- The duration to subtract from the date.@Nonnull default Expressions.ValueDuration.Expression difference(@Nonnull Expressions.ValueDate operand)
operand
- The other date to calculate the difference from.Copyright © 2020 SAP SE. All rights reserved.