Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Start time of the job history entry.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property StartTime As DateTime
Get
'Usage
Dim instance As SPJobHistory
Dim value As DateTime
value = instance.StartTime
public DateTime StartTime { get; }
Property value
Type: System.DateTime
A DateTime object with the start time of the job history entry..