dbicCalendar Send comments on this topic.
DueDate Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiTaskItem Class : DueDate Property

Gets or sets the due date for the task.

Syntax

Visual Basic (Declaration) 
Public Property DueDate As Date
C# 
public DateTime DueDate {get; set;}

Remarks

This property value is of type DateTime, indicating the due date for the task.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also