ExDateTime.Subtract method (TimeSpan)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function Subtract ( _
value As TimeSpan _
) As ExDateTime
'Usage
Dim instance As ExDateTime
Dim value As TimeSpan
Dim returnValue As ExDateTime
returnValue = instance.Subtract(value)
public ExDateTime Subtract(
TimeSpan value
)
Parameters
- value
Type: System.TimeSpan
Return value
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime