Both functions GetTotalDays and GetDays of COleDateTimeSpan class returns number of days contained in object:
GetTotalDays: http://msdn.microsoft.com/en-us/library/d22h87z4(v=VS.80).aspx
This date/time-span value expressed in days
GetDays: http://msdn.microsoft.com/en-us/library/ze8kz4yw(v=VS.80).aspx
The day portion of this date/time-span value.
Could you please let me know if you see any difference between these functions? Actually I don't see it at all.
Thanks.