Gets or sets the ending date used with SqlStatement to query filtered data from a database.
[Visual Basic]
Public Property EndDate As Date
[C#]
public DateTime EndDate {get; set;}
[JScript]
public function get,set EndDate : DateTime
This property is used for the SqlStatement property where the #EndDate#
token is
replaced with the value set to this property.
See: Getting Started > Tutorials > Data Engine
Example:myDataEngine.EndDate = 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.