startOfLastDay method

DateTime startOfLastDay()

Returns a new DateTime of same timezone

Implementation

DateTime startOfLastDay() =>
    DateTimeConstructors.withTimezone(isUtc, year, month, day - 1);