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