10 references to Hour
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"/>. 290/// Deconstructed parameter for <see cref="Hour"/>. 298hour = Hour; 303/// Deconstructs <see cref="TimeOnly"/> by <see cref="Hour"/>, <see cref="Minute"/> and <see cref="Second"/>. 306/// Deconstructed parameter for <see cref="Hour"/>. 321/// Deconstructs <see cref="TimeOnly"/> by <see cref="Hour"/>, <see cref="Minute"/>, <see cref="Second"/> and <see cref="Millisecond"/>. 324/// Deconstructed parameter for <see cref="Hour"/>. 342/// Deconstructs <see cref="TimeOnly"/> by <see cref="Hour"/>, <see cref="Minute"/>, <see cref="Second"/>, <see cref="Millisecond"/> and <see cref="Microsecond"/>. 345/// Deconstructed parameter for <see cref="Hour"/>.