Nevron Namespace / NTimeUnit Class / Add Method / Add(TimeSpan,Int64) Method


Add(TimeSpan,Int64) Method
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal span As System.TimeSpan, _
   ByVal unitsCount As System.Long _
) As System.TimeSpan
 
'Usage
 
Dim instance As NTimeUnit
Dim span As System.TimeSpan
Dim unitsCount As System.Long
Dim value As System.TimeSpan
 
value = instance.Add(span, unitsCount)

Parameters

span
unitsCount
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