ExDateTime.AddTicks method
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Function AddTicks ( _
ticks As Long _
) As ExDateTime
'Usage
Dim instance As ExDateTime
Dim ticks As Long
Dim returnValue As ExDateTime
returnValue = instance.AddTicks(ticks)
public ExDateTime AddTicks(
long ticks
)
Parameters
- ticks
Type: System.Int64
Return value
Type: Microsoft.Exchange.ExchangeSystem.ExDateTime