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
))
3 references to Second
System.Text.Json (3)
System\Text\Json\JsonHelpers.Date.cs (3)
525
if (parseData.Minute != 0 || parseData.
Second
!= 0 || parseData.Fraction != 0)
549
if (((uint)parseData.
Second
) > 59)
561
int totalSeconds = (parseData.Hour * 3600) + (parseData.Minute * 60) + parseData.
Second
;