Removes a specific schedule definition from the managed collection.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
public void Remove( ScheduleDefinition scheduleDefinition ) |
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ scheduleDefinition As ScheduleDefinition _ ) |
Parameters
- scheduleDefinition
- Type: DlhSoft.Windows.Data..::.ScheduleDefinition
The schedule definition to remove from the collection.