DeployLX Software Protection System

TimeLimit..::..Time Property

Gets or sets the amount of time allowed in seconds. 60 is one minute, 3600 is one hour, 86400 is one day, 2592000 is 30 days.

Syntax

Public Property Time As Integer
	Get
	Set
public int Time { get; set; }

Remarks

The TimeLimit uses low impact timing methods to reduce the effect of the timer on the performance of the application. As a result the measured time may drift from real time. The drift depends on the speed of the CPU and the load on the machine but should generally be less then 1s per hour.

Assembly:  DeployLX.Licensing.v5 (in DeployLX.Licensing.v5.dll)

See Also