SetWeekly

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

Schedules the object to be executed on certain weekdays at a certain time.

Parameters

Name Description
SalString sWeekDays The wees days when the object should be executed. Can be a combination of: MON, TUE, WED, THU, FRI, SAT, SUN.  The days should be separated using semicolon:  Example:     'MON' will only be scheduled to Mondays.     'TUE;FRI;SAT' will be scheduled to Tuesdays, Fridays and Saturdays.
SalDateTime dtTime The time when the object should be executed.

Returns

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