C-DEngine 5.105

TheSessionState..::..EntryTime Property

Creation time of the Session State

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public DateTimeOffset EntryTime { get; set; }
Public Property EntryTime As DateTimeOffset
	Get
	Set
public:
property DateTimeOffset^ EntryTime {
	DateTimeOffset^ get ();
	void set (DateTimeOffset^ value);
}