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 DaysLeft Gets the number of days left until the bomb expires
Public property EndDate Gets the date of last trial 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. 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 date is within limits of trial.
Public property LastRun Returns the date of previous Update() call (usualy the same as last application run)
Public property StartDate Gets and sets first run date
Public property State Gets bomb's current state
Public property TrialLength Gets trial length in days
Top

See Also