JAMS Developer Guide
NonWorkdayScheduling Property (ScheduleTrigger)


MVPSI.JAMS Namespace > ScheduleTrigger Class : NonWorkdayScheduling Property
Gets or sets an indication of how this schedule should be handled on non-workdays. You can select: Schedule - Schedule the job even whe the scheduled date is not a workday Ignore - Ignore this schedule if the scheduled date is not a workday Defer - Defer this schedule until the next workday
Syntax
'Declaration
 
Public Property NonWorkdayScheduling As NonWorkdays
'Usage
 
Dim instance As ScheduleTrigger
Dim value As NonWorkdays
 
instance.NonWorkdayScheduling = value
 
value = instance.NonWorkdayScheduling
public NonWorkdays NonWorkdayScheduling {get; set;}
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

ScheduleTrigger Class
ScheduleTrigger Members