Budget..::..MonthStartDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.XML
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


[DataMemberAttribute]
public DateTime MonthStartDate { get; set; }
<DataMemberAttribute> _
Public Property MonthStartDate As DateTime
	Get
	Set
[DataMemberAttribute]
public:
property DateTime^ MonthStartDate {
	DateTime^ get ();
	void set (DateTime^ value);
}