beginingOfDay method

Instant beginingOfDay()

Returns a new Instant value corresponding to the begining of the day represented by this Instant.

Implementation

Instant beginingOfDay() => Instant(year: year, month: month, day: day, timeZoneOffset: timeZoneOffset);