ClockIterableExtensions extension
Methods
-
max(
) → Clock -
Available on Iterable<
Calculates the most recent date in the DateTime list.Clock> , provided by the ClockIterableExtensions extension -
min(
) → Clock -
Available on Iterable<
Calculates the oldest date in the DateTime list.Clock> , provided by the ClockIterableExtensions extension -
nearestOrNull(
DateTime point) → Clock? -
Available on Iterable<
Get the closest Clock toClock> , provided by the ClockIterableExtensions extensionpointin the Clock array.