SoLicensePropertyGetDaysToExpire Method |
Gets number of days before expiration for the given product version.
Namespace: OIV.Inventor.LockAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int GetDaysToExpire()
Public Function GetDaysToExpire As Integer
public:
int GetDaysToExpire()
member GetDaysToExpire : unit -> int
Return Value
Type:
Int32Remarks Returns : 0 if license has expired or never expires >0 if license has not expired -1 if license is invalid
See Also