Adds a schedule definition to the end of the managed collection.
Namespace:
DlhSoft.Windows.DataAssembly: 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.