JsonValueExtensionsTryGetDateTimeOffset Method

Overload List

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

See Also