Gets the most active users in specified amount of time
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
IUser[] GetMostActiveUsers( int userCount, int dayCount ) |
Visual Basic |
---|
Function GetMostActiveUsers ( _ userCount As Integer, _ dayCount As Integer _ ) As IUser() |
Visual C++ |
---|
array<IUser^>^ GetMostActiveUsers( int userCount, int dayCount ) |
Parameters
- userCount
- Type: System..::..Int32
The number of users to return
- dayCount
- Type: System..::..Int32
The number of day to take into account going back from today