Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > StartDate property

Show Show 
eRoom

 

StartDate property

For IERUProjectSchedule or IERUProjectTask, retrieves or sets the start date of the project task or schedule.

For IERUProgressReport, retrieves but does not set the start date of a progress report.

Syntax


C++

HRESULT get_StartDate(DATE* pStartDate)

HRESULT put_StartDate(DATE* MyStartDate)

Scripting languages

pStartDate = Object.StartDate

Object.StartDate = MyStartDate

Home

Applies to
IERUProgressReport

IERUProjectSchedule

IERUProjectTask