Nevron .NET Vision
Nevron Namespace / NTimeSpan Structure / AddMultiplied Method


In This Topic
    AddMultiplied Method (NTimeSpan)
    In This Topic
    Adds this span to the specified date time multiplied by the specified amount
    Syntax
    'Declaration
     
    
    Public Function AddMultiplied( _
       ByVal timeSpan As System.TimeSpan, _
       ByVal multiplier As System.Long _
    ) As System.TimeSpan
    'Usage
     
    
    Dim instance As NTimeSpan
    Dim timeSpan As System.TimeSpan
    Dim multiplier As System.Long
    Dim value As System.TimeSpan
     
    value = instance.AddMultiplied(timeSpan, multiplier)
    public System.TimeSpan AddMultiplied( 
       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