Click or drag to resize

ScheduleManagerAddSchedule(String, String, String) Method

Attempts to add a new Schedule.

Namespace: GSF.Scheduling
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.307-beta+9737fd9b0b4f87709e68c099d312e6b151025dc8
Syntax
public bool AddSchedule(
	string scheduleName,
	string scheduleRule,
	string scheduleDescription
)
View Source

Parameters

scheduleName  String
Name of the new Schedule.
scheduleRule  String
Rule of the new Schedule.
scheduleDescription  String
Description of the new Schedule.

Return Value

Boolean
true if a new Schedule was added; otherwise false.
See Also