JVCL Help:TJvTFAppt.SetStartEnd
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvTFAppt.SetStartEnd Method
[+] TJvTFAppt Fields
[+] TJvTFAppt Methods
[+] TJvTFAppt Properties
Search in JVCL Help
Search in all projectsSummary
Sets new start and end values for the appointment.
Pascal
procedureSetStartEnd(NewStartDate: TDate; NewStartTime: TTime; NewEndDate: TDate; NewEndTime: TTime);
Parameters
Parameters | Description |
NewStartDate: TDate | The date when the appointment should start. |
NewStartTime: TTime | The time when the appointment should start. |
NewEndDate: TDate | The date when the appointment should end. |
NewEndTime: TTime | The time when the appointment should end. |
Description
Use the SetStartEnd method to set the start and end information of the appointment. Valid parameters are as follows:
- NewStartDate must fall on or before NewEndDate 2. If NewStartDate = NewEndDate then NewStartTimemust be before NewEndTime
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