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


In This Topic
    SusbstractFromTimeSpanMultiplied Method
    In This Topic
    Substracts the date time spans from the specified TimeSpan multiplied by the specified multiplier.
    Syntax
    'Declaration
     
    
    Public Function SusbstractFromTimeSpanMultiplied( _
       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.SusbstractFromTimeSpanMultiplied(timeSpan, multiplier)
    public System.TimeSpan SusbstractFromTimeSpanMultiplied( 
       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