menu
Dart
dart:core
Duration
millisecondsPerSecond constant
millisecondsPerSecond
brightness_4
brightness_5
description
millisecondsPerSecond
constant
int
const
millisecondsPerSecond
The number of milliseconds per second.
Implementation
static const int millisecondsPerSecond = 1000;
Dart
dart:core
Duration
millisecondsPerSecond constant
Duration class
Constructors
Duration
Properties
hashCode
inDays
inHours
inMicroseconds
inMilliseconds
inMinutes
inSeconds
isNegative
runtimeType
Methods
abs
compareTo
noSuchMethod
toString
Operators
operator *
operator +
operator -
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
Constants
hoursPerDay
microsecondsPerDay
microsecondsPerHour
microsecondsPerMillisecond
microsecondsPerMinute
microsecondsPerSecond
millisecondsPerDay
millisecondsPerHour
millisecondsPerMinute
millisecondsPerSecond
minutesPerDay
minutesPerHour
secondsPerDay
secondsPerHour
secondsPerMinute
zero