JAMS 6.x Help
ScheduledDateStart Property (Setup)


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