startOfDay method

DateTime startOfDay()

Returns start of the day

Returned object will have same timezone as this

Implementation

DateTime startOfDay() => startOf(DurationUnit.day);