|   | ScheduleManagerRemoveSchedule Method | 
        
        
            Attempts to remove a 
Schedule with the specified name if one exists.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic bool RemoveSchedule(
	string scheduleName
)
Public Function RemoveSchedule ( 
	scheduleName As String
) As Boolean
public:
bool RemoveSchedule(
	String^ scheduleName
)
member RemoveSchedule : 
        scheduleName : string -> bool function RemoveSchedule(scheduleName);
Parameters
- scheduleName  String
- Name of the Schedule to be removed.
Return Value
Booleantrue if the 
Schedule was removed; otherwise false.
 See Also
See Also