function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rahul Gupta 76Rahul Gupta 76 

Access Future Publication date of knowledge article in Apex

I am working on Salesforce Lightning Knowledge. Salesforce out of the box functionality allows users to schedule publishing of article for future date. Howeever this date is not visible on UI or stored in any field of Knowledge objects.
Does anyone know how to get the Future Publication date of knowledge article in Apex?
Steve MunLeeuw 19Steve MunLeeuw 19
KnowledgeArticleVersion.FirstPublishedDate
https://stackoverflow.com/questions/15837890/how-to-get-future-publish-archive-date-for-knowledge-articles-using-apex
Rahul Gupta 76Rahul Gupta 76
I have already tried this link.  This is not correct.