inexact property

bool get inexact

Returns whether the DateTime passed to valid or invalid can be inexact.

If exact is true, this will return false.

Implementation

bool get inexact => !exact;