TcxSchedulerEvent.Start Property
In This Article
Specifies the user event’s start time, for the primary time zone.
#Declaration
Delphi
property Start: TDateTime read; write;
#Property Value
Type |
---|
TDate |
#Remarks
The Start property is used with the Finish property or Duration property to identify the period of time the user event lasts for. If the user event is recurring, this period cannot exceed the frequency of the specified user event (see the TcxSchedulerCustomRecurrenceInfo.Recurrence property).
Note
if the value of the All
See Also