So I’ve used the Lookback API toolkit to gather a bunch of data for any given user story. Right now, I’m interested in doing some calculations using the _ValidFrom time. Mainly some simple “time elapsed” stuff.
What is the best way of going about this? I have done some research about converting the string returned from the query to a SimpleDate, but I am finding that method is somewhat outdated. Perhaps there is some way to access the date directly from the query, without having to do any conversions.