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


NDateTimeAxisPagingView Constructor(DateTime,NDateTimeSpan)
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)

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