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

SchdSpecialModify

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 Errors in the Cicode Reference help

Related Functions

SchdSpecialDelete, SchdSpecialAdd,

See Also

Scheduler Functions

Published June 2018