Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / HolidayCollection Class / Weekdays Property


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

    Property Value

    A Weekdays object that contains the holiday policy for each weekday.
    See Also