QueryDateAggregation<T extends DateTime?> extension

Extension for Queries

on

Methods

max() Future<DateTime?>

Available on Query<T>, provided by the QueryDateAggregation extension

Returns the maximum value of this query.
maxSync() DateTime?

Available on Query<T>, provided by the QueryDateAggregation extension

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

Available on Query<T>, provided by the QueryDateAggregation extension

Returns the minimum value of this query.
minSync() DateTime?

Available on Query<T>, provided by the QueryDateAggregation extension

Returns the minimum value of this query.