QueryEvery

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 QueryEvery ( ref SalNumber nHour,
		     ref SalNumber nMinute )

Queries if the object is scheduled to execute every certain minutes/hours.

Parameters

Name Description
ref SalNumber nHour If valid, the return value is the "every hour" when the object is scheduled to execute.
ref SalNumber: nMinute If valid, the return value is the "every minute" when the object is scheduled to execute.

Returns

The return value is TRUE if the schedule is set to execute every x hours/minutes, FALSE otherwise.