JmgWorkPlannerForm.getWeekTotal Method [AX 2012]

Retrieves the work time to display at the specified column and row.

Syntax

public JmgTimeString getWeekTotal(int _column, int _row)

Run On

Called

Parameters

  • _column
    Type: int
    The column for which to retrieve the profile time.
  • _row
    Type: int
    The row for which to retrieve the profile time.

Return Value

Type: JmgTimeString Extended Data Type
The work time to display at the specified column and row.

See Also

Reference

JmgWorkPlannerForm Class