The date on which the instance was created.

Namespace: BlogEngine.Core
Assembly:  BlogEngine.Core (in BlogEngine.Core.dll)
Version: 1.2.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public DateTime DateCreated{ get; set;}
Public Property DateCreated As DateTime
public:
virtual property DateTime DateCreated {
	DateTime get () sealed;
	void set (DateTime value) sealed;
}

See Also