IScheduledTaskResult.StartDateTime

Syntax

StartDateTime: DateTime;

Description

The StartDateTime property returns date and time of the task launching for execution.

Comments

To get date and time of completing the task for execution, use the IScheduledTaskResult.FinishDateTime property.

Example

The property use is given in the example for IScheduledTaskResult.NotificationSended.

See also:

IScheduledTaskResult