JCL Help:IJclMonthlySchedule.IndexValue

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Specifies the day, weekday, weekendday or day of the week.


Pascal

 property IndexValue: Integer;


Description

IndexValue specifies which day, weekday, weekendday or day of the week an event should occur.
Setting IndexValue to a positive value results in the IndexValueth occurance of the day specified by IndexKind (either a day of the month, weekday, weekendday or day of the week). If the requested occurance is not available (ie. the specified value is to large), the last occurance will be used instead.
Setting IndexValue to a negative value results in the Abs(IndexValue)th occurance of the day specified by IndexKind (either a day of the month, weekday, weekendday or day of the week) from the end of the month. If the requested occurance is not available (ie. the specified value is to small), the first occurance will be used instead.
IndexValue can be set only when IndexKind is not set to sikNone.


See Also

Day IndexKind Interval


About

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