Word Reports
CreatedTime Property



KellermanSoftware.WordReports Namespace > Document Class : CreatedTime Property
Created Time Property in the Word Document
Syntax
Public Property CreatedTime As Date
Dim instance As Document
Dim value As Date
 
instance.CreatedTime = value
 
value = instance.CreatedTime
public DateTime CreatedTime {get; set;}
public:
property DateTime CreatedTime {
   DateTime get();
   void set (    DateTime value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Document Class
Document Members