PSAActivitySetup::findStartDateForEndDateAndDurationOld Method
Find the start date of the activity.
Syntax
client server public static TransDate findStartDateForEndDateAndDurationOld(
TransDate _endDate,
Days _duration,
CalendarId _calendarId)
Run On
Called
Parameters
- _endDate
Type: TransDate Extended Data Type
The end date of the activity.
- _duration
Type: Days Extended Data Type
The start date of the activity.
- _calendarId
Type: CalendarId Extended Data Type
The calendar id of the activity.
Return Value
Type: TransDate Extended Data Type
The start date of the activity.