InvariantConvert.ParseTimeSpan method

Converts the string to a value using the invariant culture.

public static TimeSpan ParseTimeSpan(string text)

Exceptions

exception condition
FormatException Failed to parse using invariant culture.

See Also