JAMS Developer Guide
EndDate Property (ScheduleTrigger)


MVPSI.JAMS Namespace > ScheduleTrigger Class : EndDate Property
Gets or sets the end date for this schedule. This schedule will stop triggering jobs after the specified date. Setting this to DateTime.MinValue idicated that there is no end date.
Syntax
'Declaration
 
Public Property EndDate As System.Date
'Usage
 
Dim instance As ScheduleTrigger
Dim value As System.Date
 
instance.EndDate = value
 
value = instance.EndDate
public System.DateTime EndDate {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