JsonValueExtensionsTryGetTimeOnly Method

Overload List

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

See Also