Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
enhancedTimeSpan As EnhancedTimeSpan _
) As TimeSpan
'Usage
Dim input As EnhancedTimeSpan
Dim output As TimeSpan
output = CType(input, TimeSpan)
public static implicit operator TimeSpan (
EnhancedTimeSpan enhancedTimeSpan
)
Parameters
- enhancedTimeSpan
Type: Microsoft.Exchange.Data.EnhancedTimeSpan
Return value
Type: System.TimeSpan