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


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