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

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

Syntax

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

Field Value

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

Remarks

This is only used when the QualificationTimePeriod is TimeSpan.

See Also