Defines the format for date and time stored in the database.
property NativeDate: boolean default True;
If the property is set to True, the date and time values will be stored in the database in the native SQLite format, and when retrieved, they will be converted to the TDateTime type. If the property is set to False, then there is no conversion to the TDateTime type. The default value is True.