dotnetCHARTING Send comments on this topic.
Start Property
See Also 
dotnetCHARTING Namespace > TimeIntervalAdvanced Class : Start Property


Gets or sets a DateTime object representing the time instant at which this interval initially occurs.

Syntax

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

See Also

© 2010 All Rights Reserved.