endOfDay method
Returns end of the day
Returned object will have same timezone as this
Implementation
DateTime endOfDay() => endOf(DurationUnit.day);
Returns end of the day
Returned object will have same timezone as this
DateTime endOfDay() => endOf(DurationUnit.day);