DocumentModificationDate Property |
Gets the last modification date of the document.
Namespace: GroupDocs.Search.CommonAssembly: GroupDocs.Search (in GroupDocs.Search.dll) Version: 21.3
Syntaxpublic abstract DateTime ModificationDate { get; }
Public MustOverride ReadOnly Property ModificationDate As DateTime
Get
public:
virtual property DateTime ModificationDate {
DateTime get () abstract;
}
abstract ModificationDate : DateTime with get
Property Value
Type:
DateTimeThe last modification date of the document.
See Also