Nevron Namespace / NDateTimeSpan Structure / AddMultiplied Method


AddMultiplied Method (NDateTimeSpan)
Syntax
'Declaration
 
Public Function AddMultiplied( _
   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.AddMultiplied(dateTime, 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