SchdSpecialModify
- Last UpdatedFeb 19, 2024
- 1 minute read
This function modifies an existing special day group.
This function is a blocking function. It blocks the calling Cicode task until the operation is complete.
Syntax
LONG SchdSpecialModify(STRING Cluster, LONG ID, STRING NewName)
Cluster:
The name of the cluster.
ID:
Existing ID for the current special day group.
NewName:
New name of the current special day group.
Return Value
This function returns 0 if successful otherwise it returns an error.
For error code information codes refer to the topic Cicode and General Errors.
Related Functions
SchdSpecialDelete, SchdSpecialAdd