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

◆ GetDateTimeOffsetNoValidation()

DateTimeOffset System.Text.Json.Utf8JsonReader.GetDateTimeOffsetNoValidation ( )
inlinepackage

Definition at line 4372 of file Utf8JsonReader.cs.

4373 {
4375 {
4376 throw ThrowHelper.GetFormatException(DataType.DateTimeOffset);
4377 }
4378 return value;
4379 }
bool TryGetDateTimeOffsetCore(out DateTimeOffset value)

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