Start date is a property that is generated for the date that is assigned as “start”. Unlike the created date, this can be amended. By default, SharpCloud will assign the date an item was created as its Start date.
Type of Data Returned
This function will return the start date of the item
Examples
Returning the date 2 months after the expected start date
start+60
OR
ADDDAYS(start, 60)
Calculating the date 1 month prior to the start date
ADDDAYS(start, -30)