Back to Devexpress

TdxGanttControlCalendars.Create24HoursCalendar Method

vcl-dxganttcontrolcalendars-dot-tdxganttcontrolcalendars-dot-create24hourscalendar.md

latest1.0 KB
Original Source

TdxGanttControlCalendars.Create24HoursCalendar Method

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

Declaration

delphi
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

BaseCalendar

TdxGanttControlCalendars Class

TdxGanttControlCalendars Members

dxGanttControlCalendars Unit