dotnetCHARTING Send comments on this topic.
EndDate Property
See Also  Example
dotnetCHARTING Namespace > DataEngine Class : EndDate Property


Gets or sets the ending date used with SqlStatement to query filtered data from a database.

Syntax

Visual Basic (Declaration) 
Public Property EndDate As Date
Visual Basic (Usage)Copy Code
Dim instance As DataEngine
Dim value As Date
 
instance.EndDate = value
 
value = instance.EndDate
C# 
public DateTime EndDate {get; set;}

Example

C#Copy Code
de.EndDate = new DateTime(2004,12,30);
    
Visual BasicCopy Code
de.EndDate = new DateTime(2004,12,30)

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

See Also

© 2010 All Rights Reserved.