| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Plugin.LicenseExpiration
Returns the expiration date of the plugin license.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| Plugin | 16.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Plugin.LicenseExpiration" )
Parameters
none
Result
Returns number or error.
Description
Returns the expiration date of the plugin license.Value is what you passed with license key, e.g. 202712 for 31st December 2027.
Examples
Check expiration state:
Set Variable [ $expireDate ; Value: MBS( "Plugin.LicenseExpiration" ) ]
Set Variable [ $isExpired ; Value: MBS( "Plugin.IsMaintenanceExpired") ]
Show Custom Dialog [ "License expires " & $expireDate & ¶ & "Expired maintenance: " & $isExpired ]
Set Variable [ $isExpired ; Value: MBS( "Plugin.IsMaintenanceExpired") ]
Show Custom Dialog [ "License expires " & $expireDate & ¶ & "Expired maintenance: " & $isExpired ]
See also
Release notes
- Version 16.4
- Added Plugin.LicenseExpiration function.
Blog Entries
This function is free to use.
Created 4th August 2026, last changed 4th August 2026
MarkDown version: PluginLicenseExpiration.md