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



Gets a system-defined TimeIntervalAdvanced object.

Syntax

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

See Also