Inserts a schedule definition into the managed collection.

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

Syntax

C#
public ScheduleDefinition Insert(
	int index,
	SimpleScheduleDefinitionItem simpleScheduleDefinitionItem
)
Visual Basic (Declaration)
Public Function Insert ( _
	index As Integer, _
	simpleScheduleDefinitionItem As SimpleScheduleDefinitionItem _
) As ScheduleDefinition

Parameters

index
Type: System..::.Int32
The zero-based index at which the schedule definition should be inserted.
simpleScheduleDefinitionItem
Type: DlhSoft.Windows.Data..::.SimpleScheduleDefinitionItem
Item definition representing the schedule definition to insert.

Return Value

The new schedule definition.

See Also