Assuming
StartDate
and EndDate
are of type DateTime
:int dateDifference = (StartDate
-EndDate
).Days;
StartDate
and EndDate
are of type DateTime
:int dateDifference = (StartDate
-EndDate
).Days;
0 comments:
Post a Comment