isDateTimeDirectly property

bool isDateTimeDirectly

Whether DateTime can be saved directly without converting. If true, it means dateTime basically does nothing.

For database, it is usually true. For sending via network, it is not.

Implementation

bool get isDateTimeDirectly => false;