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