JCL Help:TScheduleIndexKind

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Type used to specify the index kind of the month and year schedules.


Pascal

 public TScheduleIndexKind = (
sikNone,
sikDay,
sikWeekDay,
sikWeekendDay,
sikMonday,
sikTuesday,
sikWednesday,
sikThursday,
sikFriday,
sikSaturday,
sikSunday
);


Members

Members Description
sikNone No indexing.
sikDay The index specifies the nth day.
sikWeekDay The index specifies the nth week day (monday - friday).
sikWeekendDay The index specifies the nth weekend day (saturday and sunday).
sikMonday The index specifies the nth monday.
sikTuesday The index specifies the nth tuesday.
sikWednesday The index specifies the nth wednesday.
sikThursday The index specifies the nth thursday.
sikFriday The index specifies the nth friday.
sikSaturday The index specifies the nth saturday.
sikSunday The index specifies the nth sunday.


Description

TScheduleIndexKind is the type used to specify the index type of the month and year schedules.


See Also

IJclMonthlySchedule.IndexKind, IJclYearlySchedule.IndexKind


About

Unit

JclSchedule


Navigation

no pages or subcategories

Donator

Marcel Bestebroer


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page