SoLicensedProductGetDaysToExpire 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: 9.9.13.0 (9.9.13.0)
Syntaxpublic int GetDaysToExpire(
string version
)
Public Function GetDaysToExpire (
version As String
) As Integer
public:
int GetDaysToExpire(
String^ version
)
member GetDaysToExpire :
version : string -> int
Parameters
- version
- Type: SystemString
Return Value
Type:
Int32
RemarksReturns : 0 if license has expired or never expires >0 if license has not expired -1 if license is invalid
See Also