Nevron .NET Vision
Nevron.Collections Namespace / NTimeSpanList Class / AddToTimeSpanMultiplied Method


In This Topic
    AddToTimeSpanMultiplied Method
    In This Topic
    Adds the date time spans to the specified TimeSpan multiplied by the specified multiplier.
    Syntax
    'Declaration
     
    
    Public Function AddToTimeSpanMultiplied( _
       ByVal timeSpan As System.TimeSpan, _
       ByVal multiplier As System.Long _
    ) As System.TimeSpan
    'Usage
     
    
    Dim instance As NTimeSpanList
    Dim timeSpan As System.TimeSpan
    Dim multiplier As System.Long
    Dim value As System.TimeSpan
     
    value = instance.AddToTimeSpanMultiplied(timeSpan, multiplier)
    public System.TimeSpan AddToTimeSpanMultiplied( 
       System.TimeSpan timeSpan,
       System.long multiplier
    )

    Parameters

    timeSpan
    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