Selerix Developer Tools
CreatedDate Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Document Class : CreatedDate Property
Gets or sets the date when the document was created.
Syntax
'Declaration
 
Public Overridable Property CreatedDate As Date
'Usage
 
Dim instance As Document
Dim value As Date
 
instance.CreatedDate = value
 
value = instance.CreatedDate
public virtual DateTime CreatedDate {get; set;}
public read-write property CreatedDate: DateTime; virtual; 
public function get,set CreatedDate : DateTime
public: __property virtual DateTime get_CreatedDate();
public: __property virtual void set_CreatedDate( 
   DateTime value
);
public:
virtual property DateTime CreatedDate {
   DateTime get();
   void set (    DateTime value);
}

Property Value

The date when the document was created.
See Also

Reference

Document Class
Document Members