Share via


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

Return value

Type: System.Boolean

See also

Reference

EnhancedTimeSpan structure

EnhancedTimeSpan members

Microsoft.Exchange.Data namespace