[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.Weekdays

Weekdays Class

Represents the holiday policy for each individual weekday.

Inheritance
Weekdays
Implements
Namespace: GrapeCity.Win.Spread.InputMan.CellType
Assembly: GrapeCity.Win.PluginInputMan.dll
Syntax
[TypeConverter(typeof(WeekdaysConverter))]
public class Weekdays : ICloneable
<TypeConverter(GetType(WeekdaysConverter))>
Public Class Weekdays
    Implements ICloneable

Constructors

Name Description
Weekdays()

Initializes a new instance of the Weekdays class.

Weekdays(DayOfWeekHolidayPolicy, DayOfWeekHolidayPolicy)

Initializes a new instance of the Weekdays class using day specified weekday policies.

Weekdays(DayOfWeekHolidayPolicy[])

Initializes a new instance of the Weekdays class using day specified weekday policies.

Properties

Name Description
AllDaysOfWeek

Returns all of the DayOfWeekHolidayPolicy settings in a single array.

Friday

Gets or sets the DayOfWeekHolidayPolicy for Friday.

this[DayOfWeek]

Gets or sets the DayOfWeekHolidayPolicy object using the specified day of the week.

Monday

Gets or sets the DayOfWeekHolidayPolicy for Monday.

Saturday

Gets or sets the DayOfWeekHolidayPolicy for Saturday.

Sunday

Gets or sets the DayOfWeekHolidayPolicy for Sunday.

Thursday

Gets or sets the DayOfWeekHolidayPolicy for Thursday.

Tuesday

Gets or sets the DayOfWeekHolidayPolicy for Tuesday.

Wednesday

Gets or sets the DayOfWeekHolidayPolicy for Wednesday.

Methods

Name Description
Clone()

Creates a shallow copy of the Weekdays object.