QueryWeekly

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 QueryWeekly( ref SalDateTime dtTime,
		     ref SalString sWeekDays )

Queries if the object is scheduled to execute on certain weekdays at a certain time.

Parameters

Name Description
ref SalDateTime dtTime If valid, the return value is the time when the object is scheduled to execute.
ref SalString sWeekDays If valid, the return value is the week day(s) when the object is scheduled to execute.

Returns

The return value is TRUE if the schedule is set to execute on certain week days, FALSE otherwise.