Create(TcxSchedulerEvent,Boolean,TDateTime,TDateTime) Constructor
Initializes a new instance of the TcxSchedulerEventConflictsInfo class with specified settings.
Declaration
constructor Create(AEvent: TcxSchedulerEvent; AExceptEventsWithoutResources: Boolean; const AStart: TDateTime; const AFinish: TDateTime); overload; virtual;
Parameters
| Name | Type |
|---|---|
| AEvent | TcxSchedulerEvent |
| AExceptEventsWithoutResources | Boolean |
| AStart | TDateTime |
| AFinish | TDateTime |
See Also