Project.ProjectStart Property
Project Developer Reference |
Returns or sets the start date for a project. Setting ProjectStart also causes the project to be scheduled from its start date. This has the same effect as setting the ScheduleFromStart property to True. Read/write Variant.
Syntax
expression.ProjectStart
expression A variable that represents a Project object.
Return Value
Variant
See Also