XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / CreationTime Property



CreationTime Property
The time the author created the document in the Document Source.
Syntax
Public Property CreationTime As Date
Dim instance As XdsDocument
Dim value As Date
 
instance.CreationTime = value
 
value = instance.CreationTime
public DateTime CreationTime {get; set;}
public:
property DateTime CreationTime {
   DateTime get();
   void set (    DateTime value);
}
Remarks

This property corresponds to the XDSDocumentEntry.creationTime Slot

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