Skip to main content

TcxSchedulerEvent.GetOriginalDate Method

Returns the start date and time of the user event.

Declaration

function GetOriginalDate: TDateTime;

Returns

Type
TDateTime

Remarks

The user event’s start time which is returned by the GetOriginalDate method, depends upon whether the user event is regular (see the Start property) or it is the current occurrence (of the etCustom or etException type) of a recurring user event.

See Also