Back to Devexpress

TcxSchedulerEvent.Start Property

vcl-cxschedulerstorage-dot-tcxschedulerevent-4df63783.md

latest1.6 KB
Original Source

TcxSchedulerEvent.Start Property

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

Declaration

delphi
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

TcxSchedulerEvent.ActualFinish

TcxSchedulerEvent.ActualStart

TcxSchedulerEvent.UTCFinish

TcxSchedulerEvent.UTCStart

TcxSchedulerEvent Class

TcxSchedulerEvent Members

cxSchedulerStorage Unit