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
The new LearnerThe new Learner 

how to find the businessday using apex class

HI Experts,

I Have requirment ,where i need to find out the businessday between two days, eg: if startdate is today, and startday-3, i need to find out the businessday between these two days by excluding holidays and weekends.
ShirishaShirisha (Salesforce Developers) 
Hi,

Greetings!

Can you please check the sample code in the below document to calculate the Business days using the apex code.

https://salesforcekings.blogspot.com/2015/09/business-day-calculation-in-apex.html

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
The new LearnerThe new Learner
HI Shirisha,

Thanks for the update , but i am not understanding how to check-3 days , can you help me please