Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

convert seconds to minutes in Dart

d = Duration(days: 0, hours: 1, minutes: 10, microseconds: 500);
d.toString();  // "1:10:00.000500"
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #seconds #minutes #Dart
ADD COMMENT
Topic
Name
3+7 =