Timer Event Rule Parameters Interface

This interface was added in EFT Server 5.2.

Use ICITimerEventRuleParams to make changes to Timer Event Rule settings using the following properties:

HRESULT NextRun([out, retval] DATE* pVal);

Example (VBScript):

MsgBox "Next run time: " & CStr(TimerParams.NextRun)

The parameters correspond in the dialog box in the Administrator interface as shown below.