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

◆ GetDateTimeNoValidation()

DateTime System.Text.Json.Utf8JsonReader.GetDateTimeNoValidation ( )
inlinepackage

Definition at line 4354 of file Utf8JsonReader.cs.

4355 {
4357 {
4358 throw ThrowHelper.GetFormatException(DataType.DateTime);
4359 }
4360 return value;
4361 }
bool TryGetDateTimeCore(out DateTime value)

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