Month..::..StartDate Property

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

Syntax


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