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



Gets a system-defined TimeIntervalAdvanced object.

Syntax

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

See Also