withoutTime method

DateTime withoutTime()

Implementation

DateTime withoutTime() =>
    DateTime(this.year, this.month, this.day, 0, 0, 0, 0, 0);