date property

Date get date

The date of this DateTime.

Implementation

Date get date => datePart ??= Date(year, month, day);