ExactDateTimeParseFormats

JsonDataLoadOptions.ExactDateTimeParseFormats property

获取或设置在加载 JSON 时解析 JSON 日期时间值的准确格式。默认是无效的.

public IEnumerable<string> ExactDateTimeParseFormats { get; set; }

评论

使用 Microsoft® JSON 日期时间格式(例如,“/Date(1224043200000)/”)编码的字符串始终被 识别为日期时间值,而不管此属性的值如何。该属性定义了以下列方式从字符串中解析日期时间值时要使用的其他 格式:

  • 什么时候ExactDateTimeParseFormats无效的 ISO-8601 格式和所有日期时间格式 支持当前、英语美国和英语新西兰文化在 提到的顺序中额外使用。
  • 什么时候ExactDateTimeParseFormats包含字符串,它们被用作利用当前文化的附加日期时间 格式。
  • 什么时候ExactDateTimeParseFormats为空,不使用其他日期时间格式。

也可以看看