TasksDueDateType Enumeration |
Identifies the method type used to calculate a due date.
Namespace:
Packflow.Modeling
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public enum TasksDueDateType
Members
| Member name | Value | Description |
---|
| FixedDays | 0 |
A fixed number of days is added to the current time.
|
| FixedMonths | 1 |
A fixed number of months is added to the current time.
|
| FieldDays | 2 |
A number of days (obtained from a numeric field) is added to the current time.
|
| FieldMonths | 3 |
A number of months (obtained from a numeric field) is added to the current time.
|
| FieldDate | 4 |
The due date is obtained from a DateTime field.
|
See Also