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