TdxGanttControlTask.Created Property
Specifies the date and time when a task was added to a project.
Declaration
property Created: TDateTime read; write;
Property Value
Type |
---|
TDateTime |
Remarks
Use this property obtain information about a task’s creation date and time. For newly created tasks the Created property returns the current date and time.
See Also