Uses of Class
org.springframework.data.mongodb.core.aggregation.DateOperators.Millisecond
Packages that use DateOperators.Millisecond
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of DateOperators.Millisecond in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return DateOperators.MillisecondModifier and TypeMethodDescriptionDateOperators.DateOperatorFactory.millisecond()Creates newAggregationExpressionthat returns the millisecond portion of a date as an integer between 0 and 999.static DateOperators.MillisecondDateOperators.Millisecond.millisecond(Object value) Creates newDateOperators.Millisecond.static DateOperators.MillisecondDateOperators.Millisecond.millisecondOf(String fieldReference) Creates newDateOperators.Millisecond.static DateOperators.MillisecondDateOperators.Millisecond.millisecondOf(AggregationExpression expression) Creates newDateOperators.Millisecond.DateOperators.Millisecond.withTimezone(DateOperators.Timezone timezone) Optionally set theDateOperators.Timezoneto use.