Skip to main content

TdxGanttControlCalendars.Create24HoursCalendar Method

Creates a new twenty-four-hour calendar and appends it to the collection.

Declaration

function Create24HoursCalendar: TdxGanttControlCalendar; virtual;

Returns

Type
TdxGanttControlCalendar

Remarks

This calendar has no weekends, and a day is between 12 AM and 12 AM.

This function returns the new calendar added to the end of the collection. You can call the Remove procedure to remove a calendar from the collection.

See Also