Compartir a través de


ExDateTime.Subtract Method (ExDateTime)

Namespace:  Microsoft.Exchange.ExchangeSystem
Assembly:  Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)

Syntax

'Declaration
Public Function Subtract ( _
    value As ExDateTime _
) As TimeSpan
'Usage
Dim instance As ExDateTime
Dim value As ExDateTime
Dim returnValue As TimeSpan

returnValue = instance.Subtract(value)
public TimeSpan Subtract(
    ExDateTime value
)

Return Value

Type: System.TimeSpan