EnhancedTimeSpan.Subtract Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Subtract ( _
ts As TimeSpan _
) As EnhancedTimeSpan
'Usage
Dim instance As EnhancedTimeSpan
Dim ts As TimeSpan
Dim returnValue As EnhancedTimeSpan
returnValue = instance.Subtract(ts)
public EnhancedTimeSpan Subtract(
TimeSpan ts
)
Parameters
- ts
Type: System.TimeSpan
Return Value
See Also