SearchResultEndTime Property |
Gets the end time of the search.
Namespace: GroupDocs.Search.ResultsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic DateTime EndTime { get; }
Public ReadOnly Property EndTime As DateTime
Get
public:
property DateTime EndTime {
DateTime get ();
}
member EndTime : DateTime with get
Property Value
Type:
DateTimeThe end time of the search.
See Also