Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / ForceDayOfWeekWorkday Class / Month Property


In This Topic
    Month Property (ForceDayOfWeekWorkday)
    In This Topic
    Gets or sets the month of the forced workday in weekdays.
    Syntax
    'Declaration
     
    
    Public Property Month As MonthFlags
    'Usage
     
    
    Dim instance As ForceDayOfWeekWorkday
    Dim value As MonthFlags
     
    instance.Month = value
     
    value = instance.Month
    public MonthFlags Month {get; set;}

    Property Value

    A MonthFlags enumeration value that indicates the month.
    The default is MonthFlags.NotSet.
    See Also