IDocumentProperty
CreatedTime Property
|
Gets or sets the date when a presentation was created.
Read/write
DateTime
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
DateTime CreatedTime { get; set; }
Property CreatedTime As DateTime
Get
Set
property DateTime CreatedTime {
DateTime get ();
void set (DateTime value);
}
abstract CreatedTime : DateTime with get, set
Property Value
Type:
DateTime
See Also