Click or drag to resize
SoLicensedProductGetDaysToExpire Method

Gets number of days before expiration for the given product version.

Namespace: OIV.Inventor.Lock
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public int GetDaysToExpire(
	string version
)

Parameters

version
Type: SystemString

Return Value

Type: Int32
Remarks

Returns : 0 if license has expired or never expires >0 if license has not expired -1 if license is invalid

See Also