JVCL Help:TJvTFDays.CalcStartEndRows
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFDays.CalcStartEndRows Method
[+] TJvTFDays Events
[+] TJvTFDays Fields
[+] TJvTFDays Methods
[+] TJvTFDays Properties
Search in JVCL Help
Search in all projectsSummary
Calculates the start and end rows for an appointment.
Pascal
procedureCalcStartEndRows(AAppt: TJvTFAppt; SchedDate: TDate; varStartRow: Integer; varEndRow: Integer);
Parameters
Parameters | Description |
AAppt: TJvTFAppt | Description for this parameter |
SchedDate: TDate | Description for this parameter |
var StartRow: Integer | Description for this parameter |
var EndRow: Integer | Description for this parameter |
Description
This method will calculate the start and end rows for the given appointment on the given date. If the appointment begins on an earlier date, St rtRow will be set to zero. If the appointment ends on a later date, EndRow will be set to RowCount
- 1.
Since this method applies the AdjustEndTime method, you should always use this method if you need to find the start and/or end rows for an appointment. See AdjustEndTime for more information.
See Also
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