getStartOfDay method

DateTime getStartOfDay()

Implementation

DateTime getStartOfDay() {
  return DateTime(year, month, day);
}