Click or drag to resize

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
C#
public enum TasksDueDateType
Members
  Member nameValueDescription
FixedDays0 A fixed number of days is added to the current time.
FixedMonths1 A fixed number of months is added to the current time.
FieldDays2 A number of days (obtained from a numeric field) is added to the current time.
FieldMonths3 A number of months (obtained from a numeric field) is added to the current time.
FieldDate4 The due date is obtained from a DateTime field.
See Also