Version

GanttTimeEntry Constructor(DateTime,DateTime,Int32,Int32,String,Double)

GanttTimeEntry constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal startTime As Date, _
   ByVal endTime As Date, _
   ByVal id As Integer, _
   ByVal linkToID As Integer, _
   ByVal owner As String, _
   ByVal percentComplete As Double _
)
public GanttTimeEntry( 
   DateTime startTime,
   DateTime endTime,
   int id,
   int linkToID,
   string owner,
   double percentComplete
)

Parameters

startTime
The start time of the new GanttTimeEntry.
endTime
The end time of the new GanttTimeEntry.
id
A unique ID for the GanttTimeEntry.
linkToID
The ID of another GanttTimeEntry in the data source to link this GanttTimeEntry to.
owner
A string representing the owner of this GanttTimeEntry.
percentComplete
The percentage of this GanttTimeEntry which has been completed.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also