Top "Duration" questions

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

Snackbar duration and height

I'm trying to show a snackbar. After I click on a gesture detector, this snack has two buttons. The problem …

flutter height duration snackbar
Whats the best way to store a time duration in a MySQL larger than the TIME range?

I'm in need of a method to store a time duration in a db field. I'm building a website where …

mysql time duration
GraphViz Dot very long duration of generation

I have a tree structure I want to be generated by Dot. Each node has 4 edges to another 4 nodes. In …

performance tree graphviz dot duration
Converting duration string into milliseconds in Java

I apologize if this has already been discussed. I have a clip duration in a string: 00:10:17 I would like to …

java duration milliseconds
Convert JodaTime duration to string

I have movie with duration 127 seconds. I wanna display it as 02:07. What is the best way to implement this?

jodatime duration
how to set text new line in Toast at center android

My Toast have 3 lines, I want line 2 and 3 show center of this toast and set duration to 10 seconds. How can …

center duration android-toast
How can I easily read video duration and bitrate in Java?

This is my first project in Java. I'm creating batch FTP video uploader applet in Java. Before I start uploading …

java video duration bitrate
Is there a way to have a Java8 duration of one year that accounts for leap years?

I need the number of days in a year and I wanted to use Java8's new time api. However, …

java java-8 duration
How to unmarshal JSON into durations?

What is the idiomatic way to unmarshal into time.Duration in Go? How can I make use of time.ParseDuration?

json go unmarshalling duration
android get duration from maps.google.com directions

At the moment I am using this code to inquire google maps for directions from an address to another one, …

java android google-maps duration map-directions