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

◆ GetDateTime()

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

Definition at line 4345 of file Utf8JsonReader.cs.

4346 {
4348 {
4349 throw ThrowHelper.GetFormatException(DataType.DateTime);
4350 }
4351 return value;
4352 }
bool TryGetDateTime(out DateTime value)

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