JAMS Developer Guide
StartDate Property (QueryInfo)


MVPSI.JAMSWeb.Controls Namespace > QueryInfo Class : StartDate Property
Gets or sets the start date to query.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
<System.ComponentModel.TypeConverterAttribute("MVPSI.JAMSWeb.Controls.JAMSDateConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property StartDate As System.String
'Usage
 
Dim instance As QueryInfo
Dim value As System.String
 
instance.StartDate = value
 
value = instance.StartDate
[System.ComponentModel.DefaultValue()]
[System.ComponentModel.TypeConverter("MVPSI.JAMSWeb.Controls.JAMSDateConverter, JAMSWebControls, Version=4.5.1.0, Culture=neutral, PublicKeyToken=7da961def3057cf2")]
[System.ComponentModel.NotifyParentProperty(true)]
public System.string StartDate {get; set;}

Property Value

The start date.
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

QueryInfo Class
QueryInfo Members