QueryDateAggregation<T extends DateTime?> extension

Extension for Queries

on

Methods

max() Future<DateTime?>
Returns the maximum value of this query.
maxSync() DateTime?
Returns the maximum value of this query.
min() Future<DateTime?>
Returns the minimum value of this query.
minSync() DateTime?
Returns the minimum value of this query.