TdxGanttControlCalendars.GetCalendarByUID(Integer) Method
Returns a calendar with the specified unique identifier.
Declaration
function GetCalendarByUID(const AUID: Integer): TdxGanttControlCalendar;
Parameters
| Name | Type |
|---|---|
| AUID | Integer |
Returns
| Type |
|---|
| TdxGanttControlCalendar |
Remarks
This function returns a calendar whose identifier in the collection is passed as the AUID parameter; otherwise – nil.
See Also