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


In This Topic
    WeekInMonth Property (DayOfWeekCondition)
    In This Topic
    Gets or sets the weeks in a month which the DayOfWeekCondition will be checked.
    Syntax
    'Declaration
     
    Public Property WeekInMonth As Weeks
    'Usage
     
    Dim instance As DayOfWeekCondition
    Dim value As Weeks
     
    instance.WeekInMonth = value
     
    value = instance.WeekInMonth
    public Weeks WeekInMonth {get; set;}

    Property Value

    The weeks in month.
    See Also