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

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

Syntax

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

See Also