Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetDateTime()

DateTime System.Text.Json.JsonElement.GetDateTime ( )
inline

Definition at line 459 of file JsonElement.cs.

460 {
462 {
463 return value;
464 }
465 throw ThrowHelper.GetFormatException();
466 }
bool TryGetDateTime(out DateTime value)

References System.Text.Json.ThrowHelper.GetFormatException(), System.Text.Json.JsonElement.TryGetDateTime(), and System.value.