A Date/Time property that can be setup in iMIS to hold any Date/Time value. Its meaning, if used at all, is ActivityType specific.

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

Syntax

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

See Also