[This is preliminary documentation and is subject to change.]

The time duration for the task.

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public double TimeDuration { get; set; }
Visual Basic (Declaration)
Public Property TimeDuration As Double
Visual C++
public:
property double TimeDuration {
	double get ();
	void set (double value);
}

See Also