Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 244221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:59:12+00:00 2026-05-11T20:59:12+00:00

Is there any ActionScript class which represents durations of time, similar to the TimeDelta

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T20:59:12+00:00Added an answer on May 11, 2026 at 8:59 pm

    I posted a full AS3 port of the .NET TimeSpan class on this question, which sounds exactly like what you need.

    // 5 days from new
    var ts : TimeSpan = TimeSpan.fromDays(5);
    var now : Date = new Date();
    var fiveDaysTime : Date = ts.add(now);
    
    // Diff between dates
    var d1 : Date = new Date(2009, 1, 1);
    var d2 : Date = new Date(2009, 1, 6);
    var ts : TimeSpan = TimeSpan.fromDates(d1, d2);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any actionscript 3 class for fireworks that looks like real and not
Is there any opensource flash/actionscript code to display an image for x number of
How do I prevent my SWF from decompiling? Is there any difference between ActionScript
Is there any open source collection framework, written in ActionScript that would emulate HashMap,
Is there any way to call an action script function from an anchor which
Is there any way I can run class files (i.e. with main as the
Are there any recommended ActionScript 3 style guides publicly available?
Is there any Flickr Image search API for ActionScript\MXML developers? (if special keys are
Given an ActionScript Function object, is there any way to determine whether that function
Is there anything similar to getElementById in actionscript? I'm trying to make a prototype

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.