Gets or sets the end date and time for this CFunction object. This is END_DATE_TIME in the Product_Function table.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public DateTime EndDateTime { get; set; }
Visual Basic
Public Property EndDateTime As DateTime
	Get
	Set
Visual C++
public:
property DateTime EndDateTime {
	DateTime get ();
	void set (DateTime value);
}

See Also