Uses of Class
org.springframework.data.mongodb.core.aggregation.DateOperators.Hour
Packages that use DateOperators.Hour
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of DateOperators.Hour in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return DateOperators.HourModifier and TypeMethodDescriptionDateOperators.DateOperatorFactory.hour()Creates newAggregationExpressionthat returns the hour portion of a date as a number between 0 and 23.static DateOperators.HourCreates newDateOperators.Hour.static DateOperators.HourCreates newDateOperators.Hour.static DateOperators.HourDateOperators.Hour.hourOf(AggregationExpression expression) Creates newDateOperators.Hour.DateOperators.Hour.withTimezone(DateOperators.Timezone timezone) Optionally set theDateOperators.Timezoneto use.