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


In This Topic
    SusbstractMultiplied Method (NDateTimeSpan)
    In This Topic
    Substracts the date time span from the specified DateTime multiplied by the specified multiplier.
    Syntax
    'Declaration
     
    
    Public Function SusbstractMultiplied( _
       ByVal dateTime As System.Date, _
       ByVal multiplier As System.Long _
    ) As System.Date
    'Usage
     
    
    Dim instance As NDateTimeSpan
    Dim dateTime As System.Date
    Dim multiplier As System.Long
    Dim value As System.Date
     
    value = instance.SusbstractMultiplied(dateTime, multiplier)
    public System.DateTime SusbstractMultiplied( 
       System.DateTime dateTime,
       System.long multiplier
    )

    Parameters

    dateTime
    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