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.
Namespace: SeriousBit.Ellipter
Assembly: SeriousBit.Ellipter (in SeriousBit.Ellipter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property BackTimeTolerance As Long |
| C# |
|---|
| public long BackTimeTolerance { get; set; } |
| C++ |
|---|
| public property long BackTimeTolerance sealed { __int64 get(); void set(__int64 value); } |
| J# |
|---|
| /** property */ public long get_BackTimeTolerance(); /** property */ public void set_BackTimeTolerance(long value); |
| JScript |
|---|
| public function get BackTimeTolerance() : long public function set BackTimeTolerance(value : long); |