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

DayTimeConstraint Constructor (LicenseFile)

This is the constructor for the DayTimeConstraint. The constructor is used to create the object and assign it to the proper license.

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

Syntax


public DayTimeConstraint(
	LicenseFile license
)
Public Sub New ( _
	license As LicenseFile _
)
public:
DayTimeConstraint(
	LicenseFile^ license
)

Parameters

license
Type: CAS.Lib.CodeProtect.LicenseDsc..::..LicenseFile
The LicenseFile this constraint belongs to.