Nevron .NET Vision
Nevron Namespace / NDateTimeRange Structure / Combine Method


In This Topic
    Combine Method (NDateTimeRange)
    In This Topic
    Combines the the two ranges.
    Syntax
    'Declaration
     
    
    Public Sub Combine( _
       ByVal range As NDateTimeRange _
    ) 
    'Usage
     
    
    Dim instance As NDateTimeRange
    Dim range As NDateTimeRange
     
    instance.Combine(range)
    public void Combine( 
       NDateTimeRange range
    )

    Parameters

    range
    Remarks
    Both ranges must be normalized.
    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