Partilhar via


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