ExDateTime constructor (, Int64)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Sub New ( _
timeZone As ExTimeZone, _
ticks As Long _
)
'Usage
Dim timeZone As ExTimeZone
Dim ticks As Long
Dim instance As New ExDateTime(timeZone, _
ticks)
public ExDateTime(
ExTimeZone timeZone,
long ticks
)
Parameters
- timeZone
Type: ExTimeZone
- ticks
Type: System.Int64