JsonValueExtensionsAsDateTimeOffset Method

Overload List

AsDateTimeOffset(JsonValue, String) Gets the specified JsonValue as a DateTimeOffset value using the specified format if Type property of the specified json parameter is String and it can be converted to DateTimeOffset; otherwise, returns .
AsDateTimeOffset(JsonValue, JsonDateTimeFormat, JsonValueType) Gets 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 and it can be converted to DateTimeOffset; otherwise, returns .

See Also