JsonValueExtensionsTryGetDateOnly Method

Overload List

TryGetDateOnly(JsonValue, DateOnly, JsonValueType) Tries to get the specified JsonValue as a DateOnly value if expectedType is Undefined or matches the Type property of the specified json parameter. The actual format is attempted to be auto detected. If you know exact format use the other TryGetDateOnly overloads.
TryGetDateOnly(JsonValue, String, DateOnly) Tries to get the specified JsonValue as a DateOnly value using the specified format if Type property of the specified json parameter is String.
TryGetDateOnly(JsonValue, JsonDateTimeFormat, DateOnly, JsonValueType) Tries to get the specified JsonValue as a DateOnly value using the specified format if expectedType is Undefined or matches the Type property of the specified json parameter.

See Also