Class DateOperators.DayOfMonth

java.lang.Object
org.springframework.data.mongodb.core.aggregation.DateOperators.TimezonedDateAggregationExpression
org.springframework.data.mongodb.core.aggregation.DateOperators.DayOfMonth
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
DateOperators

public static class DateOperators.DayOfMonth extends DateOperators.TimezonedDateAggregationExpression
AggregationExpression for $dayOfMonth.
Author:
Christoph Strobl, Matt Morrissette