Cicode Programming Reference > Cicode Function Categories > Scheduler Functions > SchdSpecialItemDelete

SchdSpecialItemDelete

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,

See Also

Scheduler Functions

Published June 2018