[This is preliminary documentation and is subject to change.]

The date when this expense was made.

Namespace:  OfficeClip.BusinessLayer.TE
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

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

See Also