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
)
Parameters
- t
Type: System.TimeSpan
Return value
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime