Skip to main content

TcxSchedulerEvent.Start Property

Specifies the user event’s start time, for the primary time zone.

Declaration

property Start: TDateTime read; write;

Property Value

Type
TDateTime

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 AllDayEvent property is True the value of the Start property is ignored.

See Also