.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > TimeIntervalAdvanced Class > TimeIntervalAdvanced Constructor : TimeIntervalAdvanced Constructor(TimeInterval,Int32)
A base TimeInterval enumeration.
Factor by which the to multiple the TimeInterval.
TimeIntervalAdvanced Constructor(TimeInterval,Int32)
Creates a new instance of TimeIntervalAdvanced with a TimeInterval and a factor by which the interval is multiplied.
Syntax
'Declaration
 
Public Function New( _
   ByVal interval As TimeInterval, _
   ByVal factor As Integer _
)
'Usage
 
Dim interval As TimeInterval
Dim factor As Integer
 
Dim instance As New TimeIntervalAdvanced(interval, factor)
public TimeIntervalAdvanced( 
   TimeInterval interval,
   int factor
)

Parameters

interval
A base TimeInterval enumeration.
factor
Factor by which the to multiple the TimeInterval.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also