Share via


UserDataTask.StartDate Property

Definition

Gets or sets the starting date and time for the task.

public:
 property IReference<DateTime> ^ StartDate { IReference<DateTime> ^ get(); void set(IReference<DateTime> ^ value); };
IReference<DateTime> StartDate();

void StartDate(IReference<DateTime> value);
public System.Nullable<System.DateTimeOffset> StartDate { get; set; }
var iReference = userDataTask.startDate;
userDataTask.startDate = iReference;
Public Property StartDate As Nullable(Of DateTimeOffset)

Property Value

The date and time to use as the starting time for the task.

Applies to