Nevron .NET Vision
Nevron.Chart Namespace / NMonthDayRule Class / NMonthDayRule Constructor / NMonthDayRule Constructor(MonthBit,Int32,Boolean)


In This Topic
    NMonthDayRule Constructor(MonthBit,Int32,Boolean)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal month As MonthBit, _
       ByVal day As System.Integer, _
       ByVal working As System.Boolean _
    )
    'Usage
     
    
    Dim month As MonthBit
    Dim day As System.Integer
    Dim working As System.Boolean
     
    Dim instance As New NMonthDayRule(month, day, working)
    public NMonthDayRule( 
       MonthBit month,
       System.int day,
       System.bool working
    )

    Parameters

    month
    day
    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