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