Nevron .NET Vision
Nevron.Chart Namespace / NWeekDayRule Class / WeekDays Property


In This Topic
    WeekDays Property
    In This Topic
    Gets or sets the weekdays bit mask
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property WeekDays As WeekDayBit
    'Usage
     
    
    Dim instance As NWeekDayRule
    Dim value As WeekDayBit
     
    instance.WeekDays = value
     
    value = instance.WeekDays
    [System.Xml.Serialization.XmlIgnore()]
    public WeekDayBit WeekDays {get; set;}
    Remarks
    You can also modify individual bits in the mask using the shortcut properties - Monday, Tuesday, Wednesday etc.
    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