ASP.NET Pack Programmer's Guide
TimetableDateCollection.Item Property
See Also
 





This is the indexer of the collection. Gets or sets the TimetableDate object located at the specified position within this collection.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public TimetableDate Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item ( _
    index As Integer _
) As TimetableDate

 Parameters

index
Type: Int32
The 0-based index within the bounds of the collection where the item is located.

 Property Value

The TimetableDate instance at the specified index.

 See Also

TimetableDateCollection Members
TimetableDateCollection Class
MindFusion.Scheduling.WebForms Namespace