See Also

DataEngine Class  | DataEngine Members  | DataEngine Class

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages dotnetCHARTING Send comments on this topic.

EndDate Property

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

Remarks

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)

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DataEngine Class  | DataEngine Members  | DataEngine Class

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.