EnhancedTimeSpan.TryParse Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function TryParse ( _
s As String, _
<OutAttribute> ByRef result As EnhancedTimeSpan _
) As Boolean
'Usage
Dim s As String
Dim result As EnhancedTimeSpan
Dim returnValue As Boolean
returnValue = EnhancedTimeSpan.TryParse(s, result)
public static bool TryParse(
string s,
out EnhancedTimeSpan result
)
Return Value
Type: System.Boolean
See Also