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;}
C++/CLI 
public:
property DateTime Start {
   DateTime get();
   void set (DateTime value);
}

See Also