startOfToday property

DateTime startOfToday

Get a DateTime representing start of today of DateTime.today in local time.

Implementation

static DateTime get startOfToday => today.startOfDay;