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



Gets a system-defined TimeIntervalAdvanced object.

Syntax

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

See Also