Gets the schedule definition at the specified index from the internal schedule definition collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public ScheduleDefinition GetScheduleDefinitionAt(
	int index
)
Visual Basic (Declaration)
Public Function GetScheduleDefinitionAt ( _
	index As Integer _
) As ScheduleDefinition

Parameters

index
Type: System..::.Int32
The zero-based index of the schedule definition to be get.

Return Value

The schedule definition at the specified index from the internal schedule definition collection.

See Also