Schedule..::..OneTimeOccurrenceDate Property

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

Syntax


public DateTime OneTimeOccurrenceDate { get; set; }
Public Property OneTimeOccurrenceDate As DateTime
	Get
	Set
public:
property DateTime^ OneTimeOccurrenceDate {
	DateTime^ get ();
	void set (DateTime^ value);
}