Back to Devexpress

GanttControl.GetStartDate(GanttControlNode) Method

windowsforms-devexpress-dot-xtragantt-dot-ganttcontrol-dot-getstartdate-x28-devexpress-dot-xtragantt-dot-ganttcontrolnode-x29.md

latest1.5 KB
Original Source

GanttControl.GetStartDate(GanttControlNode) Method

Returns the specified task’s start day.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public DateTime? GetStartDate(
    GanttControlNode node
)
vb
Public Function GetStartDate(
    node As GanttControlNode
) As Date?

Parameters

NameTypeDescription
nodeGanttControlNode

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

|

Returns

TypeDescription
Nullable<DateTime>

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

|

See Also

GanttControl Class

GanttControl Members

DevExpress.XtraGantt Namespace