Icon TEventDayOfMonth

Unit: dbisamtb

TEventDayOfMonth = (md1st,md2nd,md3rd,md4th,md5th,md6th,md7th,
      md8th,md9th, md10th,md11th,md12th,md13th,md14th,md15th,md16th,
      md17th, md18th,md19th,md20th,md21st,md22nd,md23rd,md24th,md25th,
      md26th,md27th,md28th,md29th,md30th,md31st, mdFirstDayOfWeek,
      mdSecondDayOfWeek,mdThirdDayOfWeek, mdFourthDayOfWeek,
      mdLastDayOfWeek)

This type is used to indicate the type of day in a month, either independently as a specific numeric day or in conjunction with the TEventDayOfWeek 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
md10thIndicates that the event should run on the 10th day of the month.
md11thIndicates that the event should run on the 11th day of the month.
md12thIndicates that the event should run on the 12th day of the month.
md13thIndicates that the event should run on the 13th day of the month.
md14thIndicates that the event should run on the 14th day of the month.
md15thIndicates that the event should run on the 15th day of the month.
md16thIndicates that the event should run on the 16th day of the month.
md17thIndicates that the event should run on the 17th day of the month.
md18thIndicates that the event should run on the 18th day of the month.
md19thIndicates that the event should run on the 19th day of the month.
md1stIndicates that the event should run on the 1st day of the month.
md20thIndicates that the event should run on the 20th day of the month.
md21stIndicates that the event should run on the 21st day of the month.
md22ndIndicates that the event should run on the 22nd day of the month.
md23rdIndicates that the event should run on the 23rd day of the month.
md24thIndicates that the event should run on the 24th day of the month.
md25thIndicates that the event should run on the 25th day of the month.
md26thIndicates that the event should run on the 26th day of the month.
md27thIndicates that the event should run on the 27th day of the month.
md28thIndicates that the event should run on the 28th day of the month.
md29thIndicates that the event should run on the 29th day of the month.
md2ndIndicates that the event should run on the 2nd day of the month.
md30thIndicates that the event should run on the 30th day of the month.
md31stIndicates that the event should run on the 31st day of the month.
md3rdIndicates that the event should run on the 3rd day of the month.
md4thIndicates that the event should run on the 4th day of the month.
md5thIndicates that the event should run on the 5th day of the month.
md6thIndicates that the event should run on the 6th day of the month.
md7thIndicates that the event should run on the 7th day of the month.
md8thIndicates that the event should run on the 8th day of the month.
md9thIndicates that the event should run on the 9th day of the month.
mdFirstDayOfWeekIndicates that the event should run on a specific day in the first week of the month.
mdFourthDayOfWeekIndicates that the event should run on a specific day in the fourth week of the month.
mdLastDayOfWeekIndicates that the event should run on a specific day in the last week of the month.
mdSecondDayOfWeekIndicates that the event should run on a specific day in the second week of the month.
mdThirdDayOfWeekIndicates that the event should run on a specific day in the third week of the month.
Image