toDateTimeUnspecified method

DateTime toDateTimeUnspecified()

Constructs a DateTime with DateTime.isUtc == false. The result is midnight on the day represented by this value.

Implementation

DateTime toDateTimeUnspecified() => DateTime(year, monthOfYear, dayOfMonth);