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


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

    Property Value

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