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


In This Topic
    Month Property (DayOfWeekHoliday)
    In This Topic
    Gets or sets the month of the holiday.
    Syntax
    'Declaration
     
    
    Public Property Month As MonthFlags
    'Usage
     
    
    Dim instance As DayOfWeekHoliday
    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