menu
Dart
dart:core
Duration
secondsPerHour constant
secondsPerHour
brightness_4
brightness_5
description
secondsPerHour
constant
int
const
secondsPerHour
The number of seconds per hour.
Implementation
static const int secondsPerHour = secondsPerMinute * minutesPerHour;
Dart
dart:core
Duration
secondsPerHour 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