Compartir a través de


ExDateTime.Addition Operator

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

Syntax

'Declaration
Public Shared Operator + ( _
    d As ExDateTime, _
    t As TimeSpan _
) As ExDateTime
'Usage
Dim d As ExDateTime
Dim t As TimeSpan
Dim returnValue As ExDateTime

returnValue = (d + t)
public static ExDateTime operator +(
    ExDateTime d,
    TimeSpan t
)