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



Gets a system-defined TimeIntervalAdvanced object.

Syntax

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

See Also