From testing a bit with Time Scale Values in Visual Basic I noticed that when specifying Start and Finish dates for accessing Time Scale Data those dates were not both inclusive. The fact is that specifying a Start Date for Time Scale values will return
data for which dates are greater or equal to the Start Date Specified but when also specifying a Finish Date the Time Scale values returned are only the ones that are less than the Finish Date specified not the ones less or equal as one would expect since
the Start date is Incllusive. This is true for actual work with Microsoft Project 2007 and 2013 unsing Visual studio 2013. Has anyone experienced such a behavior? Is this a intended Behavior? Please see following code snippet