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 Operator + ( _
t1 As EnhancedTimeSpan, _
t2 As TimeSpan _
) As EnhancedTimeSpan
'Usage
Dim t1 As EnhancedTimeSpan
Dim t2 As TimeSpan
Dim returnValue As EnhancedTimeSpan
returnValue = (t1 + t2)
public static EnhancedTimeSpan operator +(
EnhancedTimeSpan t1,
TimeSpan t2
)
Parameters
- t2
Type: System.TimeSpan
Return value
Type: Microsoft.Exchange.Data.EnhancedTimeSpan