DateTimeIterableExtensions extension

Provides extended methods for DateTime arrays.

DateTimeの配列用の拡張メソッドを提供します。

on

Methods

max() DateTime
Calculates the most recent date in the DateTime list.
min() DateTime
Calculates the oldest date in the DateTime list.
nearestOrNull(DateTime point) DateTime?
Get the closest DateTime to point in the DateTime array.