JAMS Developer Guide
StartDate Property (ScheduleTrigger)


MVPSI.JAMS Namespace > ScheduleTrigger Class : StartDate Property
Gets or sets the start date for this schedule. This schedule will not take effect until on or after the absolute date specified here.
Syntax
'Declaration
 
Public Property StartDate As System.Date
'Usage
 
Dim instance As ScheduleTrigger
Dim value As System.Date
 
instance.StartDate = value
 
value = instance.StartDate
public System.DateTime StartDate {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