Uses of Class
org.springframework.data.mongodb.core.aggregation.DateOperators.Month
Packages that use DateOperators.Month
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of DateOperators.Month in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return DateOperators.MonthModifier and TypeMethodDescriptionDateOperators.DateOperatorFactory.month()Creates newAggregationExpressionthat returns the month of a date as a number between 1 and 12.static DateOperators.MonthCreates newDateOperators.Month.static DateOperators.MonthCreates newDateOperators.Month.static DateOperators.MonthDateOperators.Month.monthOf(AggregationExpression expression) Creates newDateOperators.Month.DateOperators.Month.withTimezone(DateOperators.Timezone timezone) Optionally set theDateOperators.Timezoneto use.