3 references to TryParseTimeSpan
mscorlib (3)
system\globalization\timespanparse.cs (3)
560
if (
TryParseTimeSpan
(input, TimeSpanStandardStyles.Any, formatProvider, ref parseResult)) {
571
if (
TryParseTimeSpan
(input, TimeSpanStandardStyles.Any, formatProvider, ref parseResult)) {
1159
return
TryParseTimeSpan
(input, style, formatProvider, ref result);