Compartir a través de


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