Finding difference between two dates and adding it to other date
Hi All,
My requirement is to find the difference between two dates in seconds and add it to another date. Here I am facing following two difficulties.
1. The function "DateTimeDifference" is returning the result in double which cannot be passed to "addToDate" function as it does not accept double values.
2. If I catch the result of "DateTimeDifference" in integer property it has range limit which I cannot use in all scenarios.
How to solve this?
Thank you,
Adithya
***Updated by moderator: Lochan to update Categories***