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



Gets a system-defined TimeIntervalAdvanced object.

Syntax

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

See Also