XmlConvert.ToTimeSpan(String) Method

Definition

Converts the String to a TimeSpan equivalent.

public:
 static TimeSpan ToTimeSpan(System::String ^ s);
public static TimeSpan ToTimeSpan (string s);
static member ToTimeSpan : string -> TimeSpan
Public Shared Function ToTimeSpan (s As String) As TimeSpan

Parameters

s
String

The string to convert. The string format must conform to the W3C XML Schema Part 2: Datatypes recommendation for duration.

Returns

A TimeSpan equivalent of the string.

Exceptions

s is not in correct format to represent a TimeSpan value.

Applies to