JVCL Help:TJvTFSched.TimeIsFree@TJvTFTimeRange

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if a time range is unused.


Pascal

 functionTimeIsFree(TimeRange: TJvTFTimeRange): Boolean; dynamic; overload;
functionTimeIsFree(RangeStart: TTime; RangeEnd: TTime): Boolean; dynamic; overload;


Parameters

Parameters Description
TimeRange: TJvTFTimeRange The start and end time of the range to check.
RangeStart: TTime The start of the time range to check.
RangeEnd: TTime The end of the time range to check.


Return Value

True if the time is free, false otherwise.


Description

TimeIsFree will return True if there are not any appointments that fall in the given time range, False otherwise. This method only checks the time in the schedule from which it is invoked.


About

Notes

This method is NOT available in the Delphi 3 version of JTF.


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