| TryGetTimeSpan(JsonValue, TimeSpan, JsonValueType) | Tries to get the specified JsonValue as a TimeSpan 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 TryGetTimeSpan(JsonValue, JsonTimeFormat, TimeSpan, JsonValueType) overload instead. |
| TryGetTimeSpan(JsonValue, JsonTimeFormat, TimeSpan, JsonValueType) | Tries to get the specified JsonValue as a TimeSpan value using the specified format if expectedType is Undefined or matches the Type property of the specified json parameter. |