@Beta public interface ValueDateTime extends Expressions.OperandSingle, FilterableDateTimeOffset, FilterableComparisonAbsolute, FilterableComparisonRelative
Modifier and Type | Interface and Description |
---|---|
static class |
ValueDateTime.Expression |
Modifier and Type | Field and Description |
---|---|
static ValueDateTime |
NULL
Null value for date time operations.
|
Modifier and Type | Method and Description |
---|---|
static ValueDateTime |
literal(LocalDateTime v) |
add, add, date, dateDay, dateMonth, dateYear, offsetMinutes, subtract, subtract, time, timeFractionalSeconds, timeHour, timeMinute, timeSecond
equalTo, equalTo, notEqualTo, notEqualTo
greaterThan, greaterThan, greaterThanEqual, greaterThanEqual, lessThan, lessThan, lessThanEqual, lessThanEqual
getExpression, getExpression
@Nonnull static final ValueDateTime NULL
@Nonnull static ValueDateTime literal(@Nonnull LocalDateTime v)
Copyright © 2021 SAP SE. All rights reserved.