JVCL Help:TJvTFAppt.SetStartEnd

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

Search in JVCL Help

 
Search in all projects
 

Summary

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:

  1. 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