1 write to Second
System.Text.Json (1)
System\Text\Json\JsonHelpers.Date.cs (1)
267|| !TryGetNextTwoDigits(source.Slice(start: 17, length: 2), ref parseData.Second))
2 references to Second
System.Text.Json (2)
System\Text\Json\JsonHelpers.Date.cs (2)
533if (((uint)parseData.Second) > 59) 545int totalSeconds = (parseData.Hour * 3600) + (parseData.Minute * 60) + parseData.Second;