Icon TEventDayOfWeek

Unit: dbisamtb

TEventDayOfWeek = (wdSunday,wdMonday,wdTuesday,wdWednesday,
      wdThursday,wdFriday,wdSaturday)

This type is used in conjunction with the TEventDayOfMonth type to specify a given day in a particular week in a month - either the first, second, third, fourth, or last week - that an event should run on. It is used a parameter to the TDBISAMSession AddRemoteEvent, ModifyRemoteEvent, and GetRemoteEvent methods, as well as the TDBISAMEngine AddServerEvent, ModifyServerEvent, and GetServerEvent methods.

ElementDescription
wdFridayIndicates that the event should run on the Friday of a specific week of the month.
wdMondayIndicates that the event should run on the Monday of a specific week of the month.
wdSaturdayIndicates that the event should run on the Saturday of a specific week of the month.
wdSundayIndicates that the event should run on the Sunday of a specific week of the month.
wdThursdayIndicates that the event should run on the Thursday of a specific week of the month.
wdTuesdayIndicates that the event should run on the Tuesday of a specific week of the month.
wdWednesdayIndicates that the event should run on the Wednesday of a specific week of the month.
Image