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



Gets or sets the month of year at which this interval initially occurs. Value ranges from zero indicating January, to eleven, indicating December.

Syntax

Visual Basic (Declaration) 
Public Property StartMonth As Integer
Visual Basic (Usage)Copy Code
Dim instance As TimeIntervalAdvanced
Dim value As Integer
 
instance.StartMonth = value
 
value = instance.StartMonth
C# 
public int StartMonth {get; set;}
C++/CLI 
public:
property int StartMonth {
   int get();
   void set (int value);
}

See Also