2 references to TimeOnly
Microsoft.Gen.Logging.Generated.Tests (1)
LogPropertiesTests.cs (1)
111
P19 = new
TimeOnly
(123),
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
371
public static TimeOnly FromTimeSpan(TimeSpan timeSpan) => new
TimeOnly
(timeSpan._ticks);