menu
Dart
dart:core
Duration
minutesPerDay constant
minutesPerDay
brightness_4
brightness_5
description
minutesPerDay
constant
int
const
minutesPerDay
The number of minutes per day.
Implementation
static const int minutesPerDay = minutesPerHour * hoursPerDay;
Dart
dart:core
Duration
minutesPerDay 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