Nevron .NET Vision
Nevron.Chart Namespace / NDateTimeAxisPagingView Class / NDateTimeAxisPagingView Constructor / NDateTimeAxisPagingView Constructor(DateTime,NDateTimeSpan)


In This Topic
    NDateTimeAxisPagingView Constructor(DateTime,NDateTimeSpan)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal beginDate As System.Date, _
       ByVal length As NDateTimeSpan _
    )
    'Usage
     
    
    Dim beginDate As System.Date
    Dim length As NDateTimeSpan
     
    Dim instance As New NDateTimeAxisPagingView(beginDate, length)
    public NDateTimeAxisPagingView( 
       System.DateTime beginDate,
       NDateTimeSpan length
    )

    Parameters

    beginDate
    length
    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