Compartir a través de


ExDateTime Constructor (ExTimeZone, 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