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.

See also

Reference

Schedule class

Schedule members

Microsoft.Office.Server.Search.Administration namespace