toDate method

Date toDate()

Extracts the calendar date from this DateTime.

Implementation

Date toDate() => Date.from(this);