SchdSpecialItemDelete
- Last UpdatedFeb 19, 2024
- 1 minute read
This function deletes an existing Special Day.
This function is a blocking function. It blocks the calling Cicode task until the operation is complete.
Syntax
LONG SchdSpecialItemDelete(STRING Cluster, LONG ID)
Cluster:
Name of the cluster.
ID:
Special day ID.
Return Value
This function returns 0 if successful otherwise it returns an error.
Related Functions
SchdSpecialItemAdd, SchdSpecialItemModify