Hi,
I am trying to calculate the number of interations between two dates and including a date interval.
For eg;
StartDate = 1/1/8
EndDate = 10/1/8
DateInterval 3
The idea to calculate the iterations is to create a percentage complete variable whilst looping.
Is there a function in C# which does this..?
Thanks
I am trying to calculate the number of interations between two dates and including a date interval.
For eg;
StartDate = 1/1/8
EndDate = 10/1/8
DateInterval 3
The idea to calculate the iterations is to create a percentage complete variable whilst looping.
Is there a function in C# which does this..?
Thanks