first method

DateTime first()

Implementation

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