Public Properties

Name Description
Public property BackTimeTolerance Sets and gets the maximum time interval (in seconds) that the bomb can tolerate when calculating IsHacked property. The default and recomended value is 3601 (1 hour + 1 second), to prevent IsHacked misfires when the time switches back from DST.
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