TimeEstimateType Enumeration

Enumeration of the known types of time and date estimation.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public enum TimeEstimateType

Members

None0 No estimate type specified or unknown.
Time1 Time. Typically in man-hours.
Date2 A specific date.
Offset3 An offset from another date.

See Also