How to add business days to Datetime property to get Datetime result
Hi I have a requirement to add no of days to datetime property and get the result include calculating the business days. So i have tried using this
@BusinessCalendar.addDays(( .pxCreateDateTime),@String.toInt(.PriorityDays),true,"ING")
but unfortunately it's returning datetime format where date part is proper but time isn't getting added and instead it's resetting to 00:00:00.
Please help me if anyone has anything alternative.
Thanks already.
Akhil