215
Views
1
Comments
Calculate Business Days with Time Consideration
Question

Hello Everyone,


Has anyone done any method to calculate business days (no weekends) between two dates with time consideration too?If yes, can you help me?


Sincerely,


Nishant

2019-09-24 18-41-25
Jorge Martins
 
MVP

Hi Nishant,

I haven't done any work on it... but the platform does have date manipulation functions, and the algorithm is fairly straightforward if you don't have to take into account holidays... I came across this sample implementation in Transact-SQL and C#  with a quick search online.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.