JCL Help:NullStamp

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Creates a null time stamp


Pascal

 function NullStamp: TTimeStamp;


Description

NullStamp creates a "null" time stamp. It accomplish this by setting the time member to -1, which is not allowed under normal circumstances.
The null stamp is returned by NextEvent, NextEventFrom and NextEventFromNow if there are no more events to be generated. You can use IsNullTimeStamp to check for this result.


About

Unit

JclDateTime


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