Adds a schedule definition to the end of the managed collection.

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

Syntax

C#
public ScheduleDefinition Add(
	SimpleScheduleDefinitionItem simpleScheduleDefinitionItem
)
Visual Basic (Declaration)
Public Function Add ( _
	simpleScheduleDefinitionItem As SimpleScheduleDefinitionItem _
) As ScheduleDefinition

Parameters

simpleScheduleDefinitionItem
Type: DlhSoft.Windows.Data..::.SimpleScheduleDefinitionItem
Item definition representing the schedule definition to be added at the end of the collection.

Return Value

The new schedule definition.

See Also