Gets or sets date and time of the performed action.

Namespace: MonoSoftware.LLBLGen
Assembly: MonoSoftware.LLBLGen (in MonoSoftware.LLBLGen.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
DateTime ActionDateTime { get; set; }
Visual Basic
Property ActionDateTime As DateTime
	Get
	Set
Visual C++
property DateTime ActionDateTime {
	DateTime get ();
	void set (DateTime value);
}
F#
abstract ActionDateTime : DateTime with get, set

Property Value

Type: DateTime

See Also