Is there any ActionScript class which represents "durations of time", similar to the TimeDelta class in Python?
Edit: Thanks for the responses. I should clarify a bit, though: I want be able to ask questions like "how many weeks are between date0 and date1" or "let x
represent "one day". What is date2 + x
?"
I know I can do all this by representing dates as timestamps... But I'm hoping to find something nicer.