SetEvery

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean SetEvery( SalNumber nHour,
		  SalNumber nMinute )

Schedules the object to be executed every certain minute/hour.

Parameters

Name Description
SalNumber nHour Sets the object to be executed every x hours. (Positive number or zero ).
SalNumber nMinute Sets the object to be executed every x minutes. (Positive number or zero ).

Returns

The return value is TRUE if the schedule was successfully set, FALSE otherwise.