startOfNextDay method

DateTime startOfNextDay()

Returns a new DateTime of same timezone

Implementation

DateTime startOfNextDay() =>
    DateTimeConstructors.withTimezone(isUtc, year, month, day + 1);