PSAProjProjSchedule::borderDay Method [AX 2012]

NoteNote

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 borderDay(
            SchedDirection _schedDirection, 
            CalendarId _calendarId, 
            TransDate _transDate, 
           [TimeOfDay _startTime])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static container borderDay(
            SchedDirection _schedDirection, 
            CalendarId _calendarId, 
            TransDate _transDate, 
           [TimeOfDay _startTime])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static container borderDay(
            SchedDirection _schedDirection, 
            CalendarId _calendarId, 
            TransDate _transDate, 
           [TimeOfDay _startTime])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static container borderDay(
            SchedDirection _schedDirection, 
            CalendarId _calendarId, 
            TransDate _transDate, 
           [TimeOfDay _startTime])

Run On

Server

Parameters

_schedDirection
Type: SchedDirection Enumeration
_calendarId
Type: CalendarId Extended Data Type
_transDate
Type: TransDate Extended Data Type
_startTime
Type: timeOfDay
Show: