Hi guys,
I have played with the TimeSlider today a little bit (very cool BTW), and while trying to make a HeatMapLayer change when the Value of the TimeSlider changes by handling the ValueChanged event I noticed that my NewValue and OldValue of the ValueChangedEventArgs class are reversed.
Example: On the slider, I change the date from 09/20/2010 to 09/19/2010, and I expect my OldValue.End to be 09/20/2010, and NewValue.End to be 09/19/2010, but they are reversed.
Is this a bug, or I am not interpreting the properties correctly?
Thank you!