parseDateTimeMicrosoftDateFormatStrict

Type: Boolean

The parseDateTimeMicrosoftDateFormatStrict property of the JadeJson class specifies whether to enforce strict parsing of MicrosoftDateFormat format dates and times. The default value is false. For details about MicrosoftDateFormat format, see https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings.

Strict parsing means that Jade accepts only the specified format (or formats), whereas the default behavior is generic (and allows other formats).

You can enable any or all of the parseDateTimeISO8601Strict, parseDateTimeJadeStyleStrict, and parseDateTimeMicroSoftDateFormatStrict properties at once. The order of resolution is MicrosoftDateFormat then ISO 8601, and then Jade Style.

The parseDateTimeISO8601Strict, parseDateTimeJadeStyleStrict, and parseDateTimeMicroSoftDateFormatStrict properties must be disabled for generic timestamp parsing.

2025 R2 and higher