Nevron .NET Vision
Nevron.Chart Namespace / NDateTimeRangeRule Class / NDateTimeRangeRule Constructor / NDateTimeRangeRule Constructor(NDateTimeRange,Boolean)


In This Topic
    NDateTimeRangeRule Constructor(NDateTimeRange,Boolean)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal range As NDateTimeRange, _
       ByVal working As System.Boolean _
    )
    'Usage
     
    
    Dim range As NDateTimeRange
    Dim working As System.Boolean
     
    Dim instance As New NDateTimeRangeRule(range, working)
    public NDateTimeRangeRule( 
       NDateTimeRange range,
       System.bool working
    )

    Parameters

    range
    working
    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