ScheduleInterval Constructor (DayOfWeek, Int32, Int32, DayOfWeek, Int32, Int32)
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public Sub New ( _
startDay As DayOfWeek, _
startHour As Integer, _
startMinute As Integer, _
endDay As DayOfWeek, _
endHour As Integer, _
endMinute As Integer _
)
'Usage
Dim startDay As DayOfWeek
Dim startHour As Integer
Dim startMinute As Integer
Dim endDay As DayOfWeek
Dim endHour As Integer
Dim endMinute As Integer
Dim instance As New ScheduleInterval(startDay, _
startHour, startMinute, endDay, endHour, _
endMinute)
public ScheduleInterval(
DayOfWeek startDay,
int startHour,
int startMinute,
DayOfWeek endDay,
int endHour,
int endMinute
)
Parameters
- startDay
Type: System.DayOfWeek
- startHour
Type: System.Int32
- startMinute
Type: System.Int32
- endDay
Type: System.DayOfWeek
- endHour
Type: System.Int32
- endMinute
Type: System.Int32