TdxGanttControlResource.Created Property
In This Article
Specifies the date and time when a resource was added to a project.
#Declaration
Delphi
property Created: TDateTime read; write;
#Property Value
Type |
---|
TDate |
#Remarks
Use this property obtain information about a resource’s creation date and time. For newly created resources the Created property returns the actual date and time.
See Also