C-DEngine 5.105

TheDataBase..::..cdeCTIM Property

Timestamp of this class. Will be set to DateTimeOffset.Now on creation of the Class

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

Syntax


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