Click or drag to resize

TasksDueDateGetDueDate Method

Computes the due date from the specified context.

Namespace:  Packflow.Modeling
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public DateTimeOffset GetDueDate(
	ContentType parentCt,
	PFItem wfItem,
	DateTimeOffset baseDate
)

Parameters

parentCt
Type: Packflow.ModelingContentType
The content-type definition.
wfItem
Type: Packflow.CorePFItem
The item hosting the tasks.
baseDate
Type: SystemDateTimeOffset
The base date.

Return Value

Type: DateTimeOffset
DateTimeOffset
Exceptions
ExceptionCondition
NotImplementedExceptionUnknown TasksDueDateType + this.Type.ToString()
See Also