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


In This Topic
    Month Property (DayOfWeekHoliday)
    In This Topic
    Gets or sets the month in which the DayOfWeekHoliday is defined.
    Syntax
    'Declaration
     
    Public Property Month As Months
    'Usage
     
    Dim instance As DayOfWeekHoliday
    Dim value As Months
     
    instance.Month = value
     
    value = instance.Month
    public Months Month {get; set;}

    Property Value

    A GrapeCity.Windows.InputMan.Months enumeration value indicates the month.
    The default is Months.None.
    Exceptions
    See Also