dotnetCHARTING Send comments on this topic.
TimeIntervalAdvanced Constructor(TimeSpan)
See Also 
dotnetCHARTING Namespace > TimeIntervalAdvanced Class > TimeIntervalAdvanced Constructor : TimeIntervalAdvanced Constructor(TimeSpan)


span
Creates a new instance of TimeIntervalAdvanced with a custom time span.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal span As TimeSpan _
)
Visual Basic (Usage)Copy Code
Dim span As TimeSpan
 
Dim instance As TimeIntervalAdvanced(span)
C# 
public TimeIntervalAdvanced( 
   TimeSpan span
)

Parameters

span

See Also

© 2010 All Rights Reserved.