Get the cache item creation time

Namespace: Alachisoft.NCache.Web.Caching
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public DateTime CreationTime { get; }
Visual Basic
Public ReadOnly Property CreationTime As DateTime
	Get
Visual C++
public:
property DateTime CreationTime {
	DateTime get ();
}

See Also