1 reference to TryParseExact
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\TimeOnly.cs (1)
808public static bool TryParseExact([NotNullWhen(true)] string? s, [NotNullWhen(true), StringSyntax(StringSyntaxAttribute.TimeOnlyFormat)] string? format, out TimeOnly result) => TryParseExact(s, format, null, DateTimeStyles.None, out result);