Share via


WrkCtrWorkingTimes.getWorkingTimes Method [AX 2012]

Gets the working times for the resource specified by the wrkCtrId field and the interval that was set up when the object was created.

Syntax

public container getWorkingTimes()

Run On

Called

Return Value

Type: container
A container that stores the working time records. Each element in the container is another container that holds the startDateTime, endDateTime, effectivity, and propertyId values.

Remarks

This class always returns an empty container. Override in derived classes.

See Also

Reference

WrkCtrWorkingTimes Class