TypeConversion::From8601TimeSpan Method (String^)

 

Convert a string from ISO 8601 format to a TimeSpan instance.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

public:
static TimeSpan From8601TimeSpan(
	String^ value
)

Parameters

value
Type: System::String^

Value to parse.

Return Value

Type: System::TimeSpan

The resulting timespan.

Return to top
Show: