Back to Devexpress

TcxSchedulerEvent.Finish Property

vcl-cxschedulerstorage-dot-tcxschedulerevent-2f6d82e2.md

latest1.7 KB
Original Source

TcxSchedulerEvent.Finish Property

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

Declaration

delphi
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

TcxSchedulerEvent.ActualFinish

TcxSchedulerEvent.ActualStart

TcxSchedulerEvent.UTCFinish

TcxSchedulerEvent.UTCStart

TcxSchedulerEvent Class

TcxSchedulerEvent Members

cxSchedulerStorage Unit