exact_date_time_parse_format property
exact_date_time_parse_format property
Gets or sets an exact format for parsing JSON date-time values while loading JSON. The default is null .
Remarks
Strings encoded using Microsoft® JSON date-time format (for example, “/Date(1224043200000)/”) are always recognized as date-time values regardless of a value of this property. The property defines additional formats to be used while parsing date-time values from strings in the following way:
| | | | |
Definition:
@property
def exact_date_time_parse_format(self):
...
@exact_date_time_parse_format.setter
def exact_date_time_parse_format(self, value):
...
See Also
- module
groupdocs.assembly.data
- class
JsonDataLoadOptions