Nevron .NET Vision
Nevron.Collections Namespace / NDateTimeSpanList Class / Multiply Method


In This Topic
    Multiply Method (NDateTimeSpanList)
    In This Topic
    Multiplies the date time units contained in the list by a multiplier.
    Syntax
    'Declaration
     
    
    Public Sub Multiply( _
       ByVal multiplier As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NDateTimeSpanList
    Dim multiplier As System.Integer
     
    instance.Multiply(multiplier)
    public void Multiply( 
       System.int multiplier
    )

    Parameters

    multiplier
    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