Skip to main content

TcxSchedulerEvent.Finish Property

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

Declaration

property Finish: TDateTime read; write;

Property Value

Type
TDateTime

Remarks

The Start and Finish properties define the period of time that the user event lasts for. This period cannot exceed the frequency with which the user event occurs (see the TcxSchedulerCustomRecurrenceInfo.Recurrence property) if the user event is recurring. An alternative to the Finish property is the Duration property. The Finish and Duration properties mutually influence each other.

Note

if the AllDayEvent property is set to True, the Finish property value is ignored.

See Also