ExDateTime constructor (, Int32, Int32, Int32, Calendar)
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, _
calendar As Calendar _
)
'Usage
Dim timeZone As ExTimeZone
Dim year As Integer
Dim month As Integer
Dim day As Integer
Dim calendar As Calendar
Dim instance As New ExDateTime(timeZone, _
year, month, day, calendar)
public ExDateTime(
ExTimeZone timeZone,
int year,
int month,
int day,
Calendar calendar
)
Parameters
- timeZone
Type: ExTimeZone
- year
Type: System.Int32
- month
Type: System.Int32
- day
Type: System.Int32
- calendar
Type: System.Globalization.Calendar