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

SchdSpecialItemModify

This function modifies an existing Special Day.

This function is a blocking function. It blocks the calling Cicode task until the operation is complete.

Syntax

LONG SchdSpecialItemModify(STRING Cluster, LONG ID, STRING Name, TIMESTAMP Day)

Cluster:

The name of the cluster.

ID

ID of the special day to be modified.

Name

The name of the special day.

Day:

The special day as a timestamp. Use TimestampCreate or StrToTimestamp Cicode functions to get a timestamp data value.

Return Value

This function returns 0 if successful otherwise it returns an error code.

Related Functions

SchdSpecialItemAdd, SchdSpecialItemDelete,

See Also

Scheduler Functions

Published June 2018