answersLogoWhite

0

How long a thing lasts. Like the TIMESPAN of chocolate is not very long because it tastes so good.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

What word means span of time?

Timespan


Who did the Jews fight against?

You need to give a timespan and region.


What timespan does the second trimester of pregnancy cover?

Weeks 13-28 of pregnancy


How many months does a hair follicle test?

They usually do for a 7 year timespan


What were the refugees of Germany?

You need to explain whether you mean refugees from or into Germany, and you need to give the timespan.


What is another word for time frame?

interval, lapse of time, period, span, stretch, timespan.


How many mothers kill their children?

5,484 ___ Without a geographical area and a timespan, both the question and the answer are meaningless.


Which factor has contributed to the dramatic increase in the timespan for adolescence during the last century?

all the answers are correct


How many Years is 2010 to 2045?

If both the 2010 and 2045 are counted, (ie. "from the start of 2010 to the end of 2045") then that is a timespan of 36 years. If it's from the the same date in each year, (eg. "From July 1st, 2010 to July 1st, 2045") then the timespan would be 35 years.


What are the differences of warfare then and now?

First specify what you mean by 'then', as you are covering a wide timespan, during which warfare changed radically.


How much does the golden card code cost?

it depends on the timespan. 1 month: 5$ 6 month: about 20$


What is code in c-sharp to substract system date?

The method Substract() of DateTime class, the result is not a DateTime, but a TimeSpan. (If substract by a TimeSpan, then the function returns a DateTime) Example: DateTime aprilFool2010 = DateTime.Parse("2010-04-01"); DateTime aprilFool2011 = DateTime.Parse("2011-04-01"); Console.WriteLine(aprilFool2011.Subtract(aprilFool2010)); //365.00:00:00