withoutTime property

DateTime withoutTime

Returns DateTime without timestamp.

Implementation

DateTime get withoutTime => DateTime(year, month, day);