5 references to Millisecond
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TimeOnlyConverter.cs (1)
99new object[] { time.Hour, time.Minute, time.Second, time.Millisecond, time.Microsecond });
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (4)
321/// Deconstructs <see cref="TimeOnly"/> by <see cref="Hour"/>, <see cref="Minute"/>, <see cref="Second"/> and <see cref="Millisecond"/>. 333/// Deconstructed parameter for <see cref="Millisecond"/>. 342/// Deconstructs <see cref="TimeOnly"/> by <see cref="Hour"/>, <see cref="Minute"/>, <see cref="Second"/>, <see cref="Millisecond"/> and <see cref="Microsecond"/>. 354/// Deconstructed parameter for <see cref="Millisecond"/>.