C-DEngine 5.105

TheErrorResponse..::..CTIM Property

Timestamp at which the error occured

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

Syntax


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