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)
Syntax
public static TimeSpan From8601TimeSpan(
string value
)
public:
static TimeSpan From8601TimeSpan(
String^ value
)
static member From8601TimeSpan :
value:string -> TimeSpan
Public Shared Function From8601TimeSpan (
value As String
) As TimeSpan
Parameters
value
Type: System.StringValue to parse.
Return Value
Type: System.TimeSpan
The resulting timespan.
See Also
TypeConversion Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top