UserDataTask.StartDate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.