startOfDay property

DateTime get startOfDay

Implementation

DateTime get startOfDay =>
    Jiffy.parseFromDateTime(this).startOf(Unit.day).dateTime;