IndexingReportStartTime Property |
Gets the indexing start time.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic DateTime StartTime { get; }
Public ReadOnly Property StartTime As DateTime
Get
public:
property DateTime StartTime {
DateTime get ();
}
member StartTime : DateTime with get
Property Value
Type:
DateTimeThe indexing start time.
See Also