Dart
dart:core
Duration
secondsPerDay constant
secondsPerDay
Dart
dart:core
Duration
secondsPerDay 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
description
secondsPerDay
constant
Null safety
int
const
secondsPerDay
The number of seconds per day.
Implementation
static const int secondsPerDay = secondsPerHour * hoursPerDay;