1 reference to MaxValue
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\TimeOnlyConverter.cs (1)
75
Debug.Assert(TimeOnly.MinValue.ToTimeSpan() <= timespan && timespan <= TimeOnly.
MaxValue
.ToTimeSpan());