BaseIndexEventArgsTime Property |
Gets the time of an event.
Namespace: GroupDocs.Search.EventsAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.8.1
Syntaxpublic DateTime Time { get; }
Public ReadOnly Property Time As DateTime
Get
public:
property DateTime Time {
DateTime get ();
}
member Time : DateTime with get
Property Value
Type:
DateTimeThe time of an event.
See Also