TryGetDateTime(JsonValue, DateTime, JsonValueType) | Tries to get the specified JsonValue as a DateTime 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 TryGetDateTime overloads. |
TryGetDateTime(JsonValue, JsonDateTimeFormat, DateTime, JsonValueType) | Tries to get the specified JsonValue as a DateTime value using the specified format if expectedType is Undefined or matches the Type property of the specified json parameter. |
TryGetDateTime(JsonValue, DateTime, NullableDateTimeKind, JsonValueType) | Tries to get the specified JsonValue as a DateTime 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 TryGetDateTime overloads. |
TryGetDateTime(JsonValue, String, DateTime, NullableDateTimeKind) | Tries to get the specified JsonValue as a DateTime value using the specified format if Type property of the specified json parameter is String. |
TryGetDateTime(JsonValue, JsonDateTimeFormat, DateTime, NullableDateTimeKind, JsonValueType) | Tries to get the specified JsonValue as a DateTime value using the specified format if expectedType is Undefined or matches the Type property of the specified json parameter. |