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