JAMS 6.x Help
ScheduledDateEnd Property (Setup)


Scheduled End Date for a Setup.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Schedule")>
<System.ComponentModel.DescriptionAttribute("Sets the end date for automatically scheduling the Setup.")>
<System.ComponentModel.DefaultValueAttribute()>
Public Property ScheduledDateEnd As System.Date
'Usage
 
Dim instance As Setup
Dim value As System.Date
 
instance.ScheduledDateEnd = value
 
value = instance.ScheduledDateEnd
[System.ComponentModel.Category("Schedule")]
[System.ComponentModel.Description("Sets the end date for automatically scheduling the Setup.")]
[System.ComponentModel.DefaultValue()]
public System.DateTime ScheduledDateEnd {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

Setup Class
Setup Members