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

Gets or sets the start date of the task.

Syntax

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

Remarks

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

Requirements

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

See Also