Gets or sets the time span to use to calculate total donations.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
protected int NumberOfDays { get; set; }
Visual Basic (Declaration)
Protected Property NumberOfDays As Integer
Visual C++
protected:
property int NumberOfDays {
	int get ();
	void set (int value);
}

Field Value

The number of days over which to sum donations to see if the club's qualifications are met.

See Also