5 references to MinValue
Microsoft.AspNetCore.Components (2)
BindConverter.cs (2)
518
return value.ToDateTime(TimeOnly.
MinValue
).ToString(format, culture ?? CultureInfo.CurrentCulture);
562
return value.Value.ToDateTime(TimeOnly.
MinValue
).ToString(format, culture ?? CultureInfo.CurrentCulture);
System.ComponentModel.TypeConverter (2)
System\ComponentModel\TimeOnlyConverter.cs (2)
42
return TimeOnly.
MinValue
;
81
if (timeOnly == TimeOnly.
MinValue
)
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\TimeOnlyConverter.cs (1)
75
Debug.Assert(TimeOnly.
MinValue
.ToTimeSpan() <= timespan && timespan <= TimeOnly.MaxValue.ToTimeSpan());