CommentCreatedTime Property |
Returns or sets the time of a comment creation.
Setting this property to
MinValue means no comment time is set.
Read/write
DateTime.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic DateTime CreatedTime { get; set; }
Public Property CreatedTime As DateTime
Get
Set
public:
virtual property DateTime CreatedTime {
DateTime get () sealed;
void set (DateTime value) sealed;
}
abstract CreatedTime : DateTime with get, set
override CreatedTime : DateTime with get, set
Property Value
Type:
DateTimeImplements
ICommentCreatedTime
RemarksComment time is an optional parameter.
See Also