startOfDay property

DateTime startOfDay

Implementation

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