Uses of Class
org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
Packages that use DateOperators.DayOfMonth
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of DateOperators.DayOfMonth in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return DateOperators.DayOfMonthModifier and TypeMethodDescriptionDateOperators.DateOperatorFactory.dayOfMonth()Creates newAggregationExpressionthat returns the day of the month for a date as a number between 1 and 31.static DateOperators.DayOfMonthDateOperators.DayOfMonth.dayOfMonth(Object value) Creates newDateOperators.DayOfMonth.static DateOperators.DayOfMonthDateOperators.DayOfMonth.dayOfMonth(String fieldReference) Creates newDateOperators.DayOfMonth.static DateOperators.DayOfMonthDateOperators.DayOfMonth.dayOfMonth(AggregationExpression expression) Creates newDateOperators.DayOfMonth.DateOperators.DayOfMonth.withTimezone(DateOperators.Timezone timezone) Optionally set theDateOperators.Timezoneto use.