1 reference to ParseExact
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
571public static TimeOnly ParseExact(string s, [StringSyntax(StringSyntaxAttribute.TimeOnlyFormat)] string[] formats) => ParseExact(s, formats, null, DateTimeStyles.None);