SPJobDefinition.LastRunTime Property

Gets the last run time of the job definition.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Public ReadOnly Property LastRunTime As DateTime
    Get

Dim instance As SPJobDefinition
Dim value As DateTime

value = instance.LastRunTime
public DateTime LastRunTime { get; }

Property Value

Type: System.DateTime
A DateTime object.

See Also

Reference

SPJobDefinition Class

SPJobDefinition Members

Microsoft.SharePoint.Administration Namespace