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


Gets or sets a custom time span between each time instant occurrence.

Syntax

Visual Basic (Declaration)  
Public Property TimeSpan As TimeSpan
Visual Basic (Usage) Copy Code
Dim instance As TimeIntervalAdvanced
Dim value As TimeSpan
 
instance.TimeSpan = value
 
value = instance.TimeSpan
C#  
public TimeSpan TimeSpan {get; set;}

See Also