Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / Weekdays Class / Monday Property


In This Topic
    Monday Property (Weekdays)
    In This Topic
    Gets or sets the DayOfWeekHolidayPolicy for Monday.
    Syntax
    'Declaration
     
    
    Public Property Monday As DayOfWeekHolidayPolicy
    'Usage
     
    
    Dim instance As Weekdays
    Dim value As DayOfWeekHolidayPolicy
     
    instance.Monday = value
     
    value = instance.Monday
    public DayOfWeekHolidayPolicy Monday {get; set;}

    Property Value

    A DayOfWeekHolidayPolicy object that indicates the holiday rules for the day of the week.
    See Also