TdxGanttControlTask.Created Property
In This Article
Specifies the date and time when a task was added to a project.
#Declaration
Delphi
property Created: TDateTime read; write;
#Property Value
Type |
---|
TDate |
#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