SearchResultStartTime Property |
Gets the start time of the search.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
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 start time of the search.
See Also