Schedule..::..DailyRepeatsInterval Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Schedule
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public int DailyRepeatsInterval { get; set; }
Public Property DailyRepeatsInterval As Integer
	Get
	Set
public:
property int^ DailyRepeatsInterval {
	int^ get ();
	void set (int^ value);
}