StartDateTime: DateTime;
The StartDateTime property returns date and time of the task launching for execution.
To get date and time of completing the task for execution, use the IScheduledTaskResult.FinishDateTime property.
The property use is given in the example for IScheduledTaskResult.NotificationSended.
See also: