JAMS Developer Guide
StartDate Property (ScheduleEntry)


MVPSI.JAMS Namespace > ScheduleEntry Class : StartDate Property
Gets the date when this schedule would start working
Syntax
'Declaration
 
<System.Runtime.Serialization.DataMemberAttribute()>
Public Property StartDate As System.Date
'Usage
 
Dim instance As ScheduleEntry
Dim value As System.Date
 
instance.StartDate = value
 
value = instance.StartDate
[System.Runtime.Serialization.DataMember()]
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

ScheduleEntry Class
ScheduleEntry Members