Skip to main content
A newer version of this page is available. .

GanttControl.GetFinishDate(GanttControlNode) Method

Returns the specified task’s finish date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public DateTime? GetFinishDate(
    GanttControlNode node
)

Parameters

Name Type Description
node GanttControlNode

An object that specifies the task for which to return the baseline start date.

Returns

Type Description
Nullable<DateTime>

A DateTime structure that specifies the task’s finish date.

See Also