Consider I have a string variable “Days” in which it will change according to the data. adn another variable “DateOfMonth” which have a specific date.
now I want another date which is Subtraction of “Days” from the “DateOfMonth”
For Example DateOfMonth = Today date and Days = 3
How can I use “Days” variable as DateOfMonth.Adddays(-“Days”)?