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



Gets a system-defined TimeIntervalAdvanced object.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly Property Months As TimeIntervalAdvanced
Visual Basic (Usage)Copy Code
Dim value As TimeIntervalAdvanced
 
value = TimeIntervalAdvanced.Months
C# 
public static TimeIntervalAdvanced Months {get;}
C++/CLI 
public:
static property TimeIntervalAdvanced^ Months {
   TimeIntervalAdvanced^ get();
}

See Also