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


In This Topic
    Substract Method (NTimeSpan)
    In This Topic
    Substracts the span from the specified date time
    Syntax
    'Declaration
     
    
    Public Function Substract( _
       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.Substract(timeSpan)
    public System.TimeSpan Substract( 
       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