JVCL Help:TJvTFTimeRange
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFTimeRange type
[+] JvTFManager.pas Records
[+] TJvTFTimeRange Fields
Search in JVCL Help
Search in all projectsSummary
Defines a time range.
Pascal
run\JvTFManager.pas
TJvTFTimeRange = record
StartTime: TTime;
EndTime: TTime;
end;
Members
Members | Description |
StartTime: TTime; | Must be less than EndTime. |
EndTime: TTime; | Must be greater than StartTime. |
Description
Defines a time range.
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