10 references to Minute
System.ComponentModel.TypeConverter (1)
System\ComponentModel\TimeOnlyConverter.cs (1)
99new object[] { time.Hour, time.Minute, time.Second, time.Millisecond, time.Microsecond });
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (9)
287/// Deconstructs <see cref="TimeOnly"/> by <see cref="Hour"/> and <see cref="Minute"/>. 293/// Deconstructed parameter for <see cref="Minute"/>. 299minute = Minute; 303/// Deconstructs <see cref="TimeOnly"/> by <see cref="Hour"/>, <see cref="Minute"/> and <see cref="Second"/>. 309/// Deconstructed parameter for <see cref="Minute"/>. 321/// Deconstructs <see cref="TimeOnly"/> by <see cref="Hour"/>, <see cref="Minute"/>, <see cref="Second"/> and <see cref="Millisecond"/>. 327/// Deconstructed parameter for <see cref="Minute"/>. 342/// Deconstructs <see cref="TimeOnly"/> by <see cref="Hour"/>, <see cref="Minute"/>, <see cref="Second"/>, <see cref="Millisecond"/> and <see cref="Microsecond"/>. 348/// Deconstructed parameter for <see cref="Minute"/>.