Public Properties

  Name Description
Public property CountUsageOncePerDay If true then usage will be counted only once per day
Public property IsExpired Gets and sets a value indicating whether the trial is expired or not
Public property IsHacked Returns 'true' when users attempts to hack the bomb by reverting system time and CountUsageOncePerDay is set to 'true' If IsHacked is true then IsExpired is also true.
Public property IsStarted Gets a value indicating whether the bomb is started or not. The bomb starts after first Update() call and can become non-started after Reset() call
Public property IsTrialActive Returns true if the current usage count is less than trial maximum.
Public property LastRun Returns the date of previous bomb run
Public property MaxUsage Gets maximum usage count
Public property StartDate Gets and sets first run date
Public property State Gets bomb's current state
Public property UsageCount Gets the count of bomb uses
Public property UsageLeft Gets the amount of uses left
Top

See Also