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
)
Parameters
- s
Type: System.String
- result
Type: Microsoft.Exchange.Data.EnhancedTimeSpan
Return value
Type: System.Boolean