Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DayOfWeekHoliday Class / WeekInMonth Property


In This Topic
    WeekInMonth Property (DayOfWeekHoliday)
    In This Topic
    Gets or sets the weekday order which the DayOfWeekHoliday is defined.
    Syntax
    'Declaration
     
    Public Property WeekInMonth As Weeks
    'Usage
     
    Dim instance As DayOfWeekHoliday
    Dim value As Weeks
     
    instance.WeekInMonth = value
     
    value = instance.WeekInMonth
    public Weeks WeekInMonth {get; set;}

    Property Value

    A Weeks enumeration value represents the weekday order.
    The default is Weeks.None.
    Exceptions
    See Also