Gets or sets the starting date used with SqlStatement to query filtered data from a database.
[Visual Basic]
Public Property StartDate As Date
[C#]
public DateTime StartDate {get; set;}
[JScript]
public function get,set StartDate : DateTime
This property is used for the SqlStatement property where the #StartDate#
token is replaced with the value set to this property.
See: Getting Started > Tutorials > Data Engine
Example:Chart.Series.StartDate = new DateTime(2004,12,10)
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
DataEngine Class | DataEngine Members | DataEngine Class
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.