Gets or sets the time span to use to calculate total donations.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
protected int NumberOfDays { get; set; } |
| Visual Basic |
|---|
Protected Property NumberOfDays As Integer Get Set |
| Visual C++ |
|---|
protected: property int NumberOfDays { int get (); void set (int value); } |