Gets a VisualInterval object at the specified index.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public VisualInterval this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	index As Integer _
) As VisualInterval
	Get

Parameters

index
Type: System..::..Int32

See Also