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

TimeRangeCollection..::..Remove Method

Removes a specific [TimeRange] from the [TimeRangeCollection].

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

Syntax


public void Remove(
	TimeRange val
)
Public Sub Remove ( _
	val As TimeRange _
)
public:
void Remove(
	TimeRange^ val
)

Parameters

val
Type: CAS.Lib.CodeProtect.LicenseDsc.Constraints..::..TimeRange
The [TimeRange] to remove from the [TimeRangeCollection].

Exceptions


ExceptionCondition
[ArgumentException]val is not found in the Collection.