TcxSchedulerEvent.GetOriginalDate Method
In This Article
Returns the start date and time of the user event.
#Declaration
Delphi
function GetOriginalDate: TDateTime;
#Returns
Type |
---|
TDate |
#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