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


In This Topic
    AddToTimeSpan Method
    In This Topic
    Adds the date time spans to the specified TimeSpan object.
    Syntax
    'Declaration
     
    
    Public Function AddToTimeSpan( _
       ByVal timeSpan As System.TimeSpan _
    ) As System.TimeSpan
    'Usage
     
    
    Dim instance As NTimeSpanList
    Dim timeSpan As System.TimeSpan
    Dim value As System.TimeSpan
     
    value = instance.AddToTimeSpan(timeSpan)
    public System.TimeSpan AddToTimeSpan( 
       System.TimeSpan timeSpan
    )

    Parameters

    timeSpan
    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