 | TaskLastRunTime Property |
Gets the time the registered task was last run.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntaxpublic DateTime LastRunTime { get; }
Public ReadOnly Property LastRunTime As DateTime
Get
public:
property DateTime LastRunTime {
DateTime get ();
}
Request Example
View SourceProperty Value
Type:
DateTimeReturns
MinValue if there are no prior run times.
See Also