Top "Duration" questions

The measure of continuance of any object or event within time.

C# - Duration between two DateTimes in minutes

I need to determine duration between two DateTimes in minutes. However, there is a slight twist: exclude weekends only count …

c# datetime duration
jQuery CarouFredSel plugin triggering a configuration

i have a little problem, everything i think quite good, example is here: a link at bottom of page "Partneriai". …

javascript jquery duration caroufredsel
Need help making a PHP login session last longer

I am working on a site for a small (read: <50 users) nonprofit organization that I work with and my …

php session login duration
How to measure and display the running time of a single test?

I have a potentially long-running test written with scalatest: test("a long running test") { failAfter(Span(60, Seconds)) { // ... } } Even if the …

scala duration measurement scalatest
Adjust the length of an AudioUnit Buffer

my Problem concerns AudioUnits. In order to design a voicechanging App for iPhone (with Objective-C xCode) i use RemoteIO audioUnit …

iphone buffer duration audiounit
Calculations with minutes and seconds in R

I'm new to the R statistics software and I roast coffee and record different events during the process. After the …

r time duration seconds
ISO 8601 Duration with milliseconds?

How should a duration of 500 milliseconds be expressed using ISO 8601? To me, the documentation is not 100% clear. Is it just "…

time duration iso8601
how to convert javax.xml.datatype.Duration

I have a response from server in javax.xml.datatype.Duration format. This is what I get Travel Duration = P2…

java string duration reformat
What is the unit of measurment for media duration in MediaMetadataRetriever

One can use String MediaMetadataRetriver.extractMetadata(int key); with key = MediaMetadataRetriver.METADATA_KEY_DURATION to extract the media duration. This …

android metadata media duration
Java format hour and min

I need to format my time string such as this: int time = 160; Here's my sample code: public static String formatDuration(…

java time format duration minute