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

GanttControl.GetBaselineFinishDate(Int32) Method

Returns the specified task’s baseline finish date.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public DateTime? GetBaselineFinishDate(
    int id
)

Parameters

Name Type Description
id Int32

An integer value that specifies the Id of the task for which to return the baseline finish date.

Returns

Type Description
Nullable<DateTime>

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

See Also