Uses of Class
dev.morphia.aggregation.expressions.impls.DateTruncExpression
-
Packages that use DateTruncExpression Package Description dev.morphia.aggregation.expressions dev.morphia.aggregation.expressions.impls -
-
Uses of DateTruncExpression in dev.morphia.aggregation.expressions
Methods in dev.morphia.aggregation.expressions that return DateTruncExpression Modifier and Type Method Description static DateTruncExpressionDateExpressions. dateTrunc(Expression date, TimeUnit unit)Truncates a date. -
Uses of DateTruncExpression in dev.morphia.aggregation.expressions.impls
Methods in dev.morphia.aggregation.expressions.impls that return DateTruncExpression Modifier and Type Method Description DateTruncExpressionDateTruncExpression. binSize(long binSize)The numeric time value, specified as an expression that must resolve to a positive non-zero number.DateTruncExpressionDateTruncExpression. startOfWeek(DayOfWeek startOfWeek)The start of the week.DateTruncExpressionDateTruncExpression. timezone(Expression timezone)The timezone to carry out the operation.
-