IScheduledTaskResult.StartDateTime

Fore Syntax

StartDateTime: DateTime;

Fore.NET Syntax

StartDateTime: System.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.

Fore and Fore.NET Examples

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

See also:

IScheduledTaskResult