ExDateTime constructor (, Int32, Int32, Int32, Int32, Int32, Int32, Int32)
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
Public Sub New ( _
timeZone As ExTimeZone, _
year As Integer, _
month As Integer, _
day As Integer, _
hour As Integer, _
minute As Integer, _
second As Integer, _
millisecond As Integer _
)
'Usage
Dim timeZone As ExTimeZone
Dim year As Integer
Dim month As Integer
Dim day As Integer
Dim hour As Integer
Dim minute As Integer
Dim second As Integer
Dim millisecond As Integer
Dim instance As New ExDateTime(timeZone, _
year, month, day, hour, minute, second, _
millisecond)
public ExDateTime(
ExTimeZone timeZone,
int year,
int month,
int day,
int hour,
int minute,
int second,
int millisecond
)
Parameters
- timeZone
Type: ExTimeZone
- year
Type: System.Int32
- month
Type: System.Int32
- day
Type: System.Int32
- hour
Type: System.Int32
- minute
Type: System.Int32
- second
Type: System.Int32
- millisecond
Type: System.Int32