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