startOfDay method

DateTime startOfDay()

Start time of Date times

Implementation

DateTime startOfDay() => DateTime(year, month, day);