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


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

Syntax

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

Example

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

Remarks

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

See Also

© 2010 All Rights Reserved.