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