.netCHARTING v10.5 Documentation


Multiplier Property
Gets or sets the factor by which this time interval is multiplied.
Syntax
'Declaration
 
Public Property Multiplier As Integer
'Usage
 
Dim instance As TimeIntervalAdvanced
Dim value As Integer
 
instance.Multiplier = value
 
value = instance.Multiplier
public int Multiplier {get; set;}
Remarks
If TimeSpan is specified, this property will not have any effect.
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