PresentationCommentCreatedTime Property |
Gets the created time of the comment.
Namespace: GroupDocs.Metadata.Formats.DocumentAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic DateTime CreatedTime { get; }
Public ReadOnly Property CreatedTime As DateTime
Get
public:
property DateTime CreatedTime {
DateTime get ();
}
member CreatedTime : DateTime with get
Property Value
Type:
DateTime
The created time of the comment.
See Also