CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

TimeRange Constructor (Time, Time)

Initialized a Time Range with a the given start and stop time.

Namespace:  CAS.Lib.CodeProtect.LicenseDsc.Constraints
Assembly:  CAS.CodeProtect (in CAS.CodeProtect.dll)

Syntax


public TimeRange(
	Time start,
	Time end
)
Public Sub New ( _
	start As Time, _
	end As Time _
)
public:
TimeRange(
	Time^ start, 
	Time^ end
)