JAMS Developer Guide
StartDate Property (DateDetail)


MVPSI.JAMS Namespace > DateDetail Class : StartDate Property
Gets or sets the date you are defining. If the Date Type you specified is a continuous Date Type, then this date represents the first day of a period, otherwise it represents a single significant date.
Syntax
'Declaration
 
<System.Xml.Serialization.XmlAttributeAttribute()>
Public Property StartDate As System.Date
'Usage
 
Dim instance As DateDetail
Dim value As System.Date
 
instance.StartDate = value
 
value = instance.StartDate
[System.Xml.Serialization.XmlAttribute()]
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

DateDetail Class
DateDetail Members