Statistics Constructor (Int32, Int32, Int32, Int32, DateTime)
This initializes a Statistics object with the passed in values.
Namespace:
CAS.Lib.CodeProtect.LicenseDscAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
Parameters
- access
- Type: Int32
The account count to initialize this object with.
- days
- Type: Int32
The day count to initialize this object with.
- usage
- Type: Int32
The usage count to initialize this object with.
- hits
- Type: Int32
The hit count to initialize this object with.
- dateAccessed
- Type: DateTime
The DateTime value to initialize this objects last access time with.