Uses of Class
org.springframework.data.mongodb.core.aggregation.DateOperators.Second
Packages that use DateOperators.Second
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of DateOperators.Second in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return DateOperators.SecondModifier and TypeMethodDescriptionDateOperators.DateOperatorFactory.second()Creates newAggregationExpressionthat returns the second portion of a date as a number between 0 and 59, but can be 60 to account for leap seconds.static DateOperators.SecondCreates newDateOperators.Second.static DateOperators.SecondCreates newDateOperators.Second.static DateOperators.SecondDateOperators.Second.secondOf(AggregationExpression expression) Creates newDateOperators.Second.DateOperators.Second.withTimezone(DateOperators.Timezone timezone) Optionally set theDateOperators.Timezoneto use.