startOfDay property

DateTime get startOfDay

Implementation

DateTime get startOfDay {
  return DateTime(year, month, day, 0, 0, 0, 0);
}