Schedule.NextRunTime Property
Gets the next time a crawl is scheduled to run.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property NextRunTime As DateTime
Get
'Usage
Dim instance As Schedule
Dim value As DateTime
value = instance.NextRunTime
public DateTime NextRunTime { get; }
Property Value
Type: System.DateTime
The next scheduled time to run the crawl.