ActivityDueByFixed Property

Set DueByFixed for a specific due date, or set to DateTime.MinValue to have the due date automatically calculated according to DueBy and DueByHours.

Definition

Namespace: FileHold.Common.WorkflowEngine
Assembly: FileHold.Common (in FileHold.Common.dll) Version: 17.2.0.0
C#
public DateTime DueByFixed { get; set; }

Property Value

DateTime

See Also