startOfToday static method

DateTime startOfToday()

Returns DateTime for the beginning of today (00:00:00).

Implementation

static DateTime startOfToday() => startOfDay(now());