Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekHoliday Class / DayOfWeek Property


In This Topic
    DayOfWeek Property (DayOfWeekHoliday)
    In This Topic
    Gets or sets the day of the week.
    Syntax
    'Declaration
     
    
    Public Property DayOfWeek As DayOfWeekFlags
    'Usage
     
    
    Dim instance As DayOfWeekHoliday
    Dim value As DayOfWeekFlags
     
    instance.DayOfWeek = value
     
    value = instance.DayOfWeek
    public DayOfWeekFlags DayOfWeek {get; set;}

    Property Value

    A DayOfWeekFlags enumeration value that indicates the day of the week.
    The default is DayOfWeekFlags.NotSet.
    See Also