convert_date_time_data property
convert_date_time_data property
Indicates whether the string in the file is converted to date. Default is True.
Definition:
@property
def convert_date_time_data(self):
...
@convert_date_time_data.setter
def convert_date_time_data(self, value):
...
See Also
- module
groupdocs.conversion.options.load
- class
CsvLoadOptions