Icon ModifyServerEvent Method

void __fastcall ModifyServerEvent(const AnsiString EventName,
      const AnsiString EventDescription, TEventRunType EventRunType,
      System::TDateTime EventStartDate, System::TDateTime EventEndDate,
       System::TDateTime EventStartTime, System::TDateTime
      EventEndTime, Word EventInterval, const bool * EventDays,
      TEventDayOfMonth EventDayOfMonth, TEventDayOfWeek EventDayOfWeek,
       const bool * EventMonths)

Usage

Call the ModifyServerEvent method to modify information about an existing scheduled event on a database server. Use the EventName parameter to specify the existing event name. Please see the AddServerEvent method for more information on the parameters returned from this method.

Information This method is only valid when the engine is running as a database server and the EngineType is set to etServer.
Image