Share via


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
)

Parameters

Return value

Type: System.TimeSpan

See also

Reference

ExDateTime structure

ExDateTime members

Subtract overload

Microsoft.Exchange.ExchangeSystem namespace