License Expiration Date on Monitoring

0
Hello, We are running our app in Mx 6.10.2 and on premise. We would like to display on a monitoring screen, the expiration date of our license. Is there a way to retrieve this date somewhere ? Thanks in advance
asked
1 answers
0

Related https://forum.mendix.com/link/questions/97896

this.getContext().getActionStack()[0].getComponent().licenseUtil().getLegacyLicenseUtil().getLicenseConfiguration().getLicenseAsJson() also contains ExpirationDate

answered