TaskType.StartDate Property

Definition

The StartDate property gets or sets an instance of the DateTime structure that represents the start date of the task.

public:
 property DateTime StartDate { DateTime get(); void set(DateTime value); };
public DateTime StartDate { get; set; }
Public Property StartDate As DateTime

Property Value

The StartDate property returns an instance of the DateTime structure that represents the start date of the task.

Applies to