JAMS Developer Guide
ScheduleWindow Constructor(TimeOfDay,TimeOfDay,MissedAction,Boolean)


MVPSI.JAMS Namespace > ScheduleWindow Class > ScheduleWindow Constructor : ScheduleWindow Constructor(TimeOfDay,TimeOfDay,MissedAction,Boolean)
The start of the time window.
The end of the time window.
The action taken when the schedule window is missed.
When true, notification is sent if the window is missed.
Initializes a schedule window from a start time, end time, and missed action.
Syntax
'Declaration
 
Public Function New( _
   ByVal scheduleFromTime As TimeOfDay, _
   ByVal scheduleToTime As TimeOfDay, _
   ByVal missedAction As MissedAction, _
   ByVal notifyOfMissedWindow As System.Boolean _
)
'Usage
 
Dim scheduleFromTime As TimeOfDay
Dim scheduleToTime As TimeOfDay
Dim missedAction As MissedAction
Dim notifyOfMissedWindow As System.Boolean
 
Dim instance As New ScheduleWindow(scheduleFromTime, scheduleToTime, missedAction, notifyOfMissedWindow)

Parameters

scheduleFromTime
The start of the time window.
scheduleToTime
The end of the time window.
missedAction
The action taken when the schedule window is missed.
notifyOfMissedWindow
When true, notification is sent if the window is missed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScheduleWindow Class
ScheduleWindow Members
Overload List