JVCL Help:TJvEventCollectionItem.RequestedTriggerTime

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the date and time at which the event was supposed to be triggered.


Pascal

 propertyRequestedTriggerTime: TTimeStamp;


Description

RequestedTriggerTime will report the date and time at which the event was scheduled to be triggered (either through the schedule or because of a Snooze request).
If your application is busy, there might be difference between actual trigger time and requested trigger time. To find out what date and time the event should was triggered you can check the value of ActualTriggerTime.


See Also

TJvEventCollectionItem.ActualTriggerTime, TJvEventCollectionItem.NextFire, TJvEventCollectionItem.NextScheduleFire, TJvEventCollectionItem.Snooze


About

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