JCL Help:IJclSchedule.NextEventFromNow

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Retrieves the timestamp for the next event starting from the current date/time.


Pascal

 function NextEventFromNow(CountMissedEvents: Boolean = False): TTimeStamp;


Parameters

Parameters Description
CountMissedEvents: Boolean = False Flag to indicate if missed events should be counted. When set to True, any events that should have occured between the last generated event and the returned event are counted. If this leads to the end of the schedule, a null timestamp will be returned.


Description

NextEventFromNow retrieves the timestamp for the next event starting from the current date/time. If the schedule has ended, NextEventFromNow will return a null timestamp (NullStamp).


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