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


In This Topic
    Add Method (NTimeSpan)
    In This Topic
    Adds the span to the specified date time
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal timeSpan As System.TimeSpan _
    ) As System.TimeSpan
    'Usage
     
    
    Dim instance As NTimeSpan
    Dim timeSpan As System.TimeSpan
    Dim value As System.TimeSpan
     
    value = instance.Add(timeSpan)
    public System.TimeSpan Add( 
       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