secondFractionOfDay property

Rational secondFractionOfDay
final

Represents one second as a fraction of a day (1/86400).

Implementation

static final Rational secondFractionOfDay = Rational.fromInt(1, 86400);