_TaskItem.ActualWork Property

Definition

Returns or sets an Integer (int in C#) value indicating the actual effort spent on the task. Read/write.

public:
 property int ActualWork { int get(); void set(int value); };
public int ActualWork { get; set; }
Public Property ActualWork As Integer

Property Value

Remarks

ActualWork is stored in units of minutes. The ActualWork field on the standard task form is bound to the ActualWork property; by default the field assumes an 8-hour day and 40-hour week.

Applies to