PSAProjProjSchedule::calculateDate Method [AX 2012]
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
server public static container calculateDate(
SchedDirection _schedDirection,
CalendarId _calendarId,
date _startDate,
real _duration,
[TimeOfDay _startTime])
Microsoft Dynamics AX 2012 R2 (SYS)
server public static container calculateDate(
SchedDirection _schedDirection,
CalendarId _calendarId,
date _startDate,
real _duration,
[TimeOfDay _startTime])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static container calculateDate(
SchedDirection _schedDirection,
CalendarId _calendarId,
date _startDate,
real _duration,
[TimeOfDay _startTime])
Microsoft Dynamics AX 2012 (FPK)
client server public static container calculateDate(
SchedDirection _schedDirection,
CalendarId _calendarId,
date _startDate,
real _duration,
[TimeOfDay _startTime])
Run On
ServerParameters
- _schedDirection
- Type: SchedDirection Enumeration
- _calendarId
- Type: CalendarId Extended Data Type
- _startDate
- Type: date
- _duration
- Type: real
- _startTime
- Type: timeOfDay
Show:
Note