Search
DayOfWeekStyleCollection Members
Constructors Properties Methods
 


Represents a strongly-typed collection of DayOfWeekStyle objects.

The following tables list the members exposed by the DayOfWeekStyleCollection type.

 Public Constructors

  Name Description

DayOfWeekStyleCollection

Initializes a new instance of the DayOfWeekStyleCollection class.

 Public Properties

  Name Description

Item

Gets or sets the DayOfWeekStyle located at the specified index within this collection.

 Public Methods

  Name Description

Add

Adds the specified DayOfWeekStyle object to this collection.

Contains

Determines whether this collection contains the specified DayOfWeekStyle instance.

CopyTo

Copies the elements of the DayOfWeekStyleCollection to another collection, starting from a particular index.

IndexOf

Returns the zero-based index of the first occurrence of a DayOfWeekStyle object in this collection.

Insert

Inserts the specified DayOfWeekStyle object at the specified position within the collection.

Remove

Removes the first occurrence of the specified DayOfWeekStyle object from this collection.

 See Also