Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceDayOfWeekWorkday Class / DayOfWeekInMonth Property


In This Topic
    DayOfWeekInMonth Property (ForceDayOfWeekWorkday)
    In This Topic
    Gets or sets the weekday order.
    Syntax
    'Declaration
     
    
    Public Property DayOfWeekInMonth As DayOfWeekInMonthFlags
    'Usage
     
    
    Dim instance As ForceDayOfWeekWorkday
    Dim value As DayOfWeekInMonthFlags
     
    instance.DayOfWeekInMonth = value
     
    value = instance.DayOfWeekInMonth
    public DayOfWeekInMonthFlags DayOfWeekInMonth {get; set;}

    Property Value

    A DayOfWeekInMonthFlags enumeration value that represents the weekday order.
    The default is DayOfWeekInMonthFlags.NotSet.
    See Also