Calculating number of days between two days.

Stimulsoft Reports.Silverlight discussion
Locked
Satyakshma
Posts: 5
Joined: Mon Apr 27, 2015 5:51 am

Calculating number of days between two days.

Post by Satyakshma »

Hi

I need to get the number of days between two days. Kindly suggest the logic to be applied to do so.

Thanks
HighAley
Posts: 8431
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Calculating number of days between two days.

Post by HighAley »

Hello.

You could use next expression:

Code: Select all

{(Variable1-Variable2).TotalDays}
Thank you.
Locked