class Countdown
- Countdown
- Reference
- Object
Overview
A simple Crystal API for producing an accurate, intuitive description of the timespan between two Time
instances.
Defined in:
countdown.crConstant Summary
-
VERSION =
{{ (`shards version /srv/crystaldoc.info/github-mamantoha-countdown-crystal-v0.1.2/src`).chomp.stringify }}
Constructors
Instance Method Summary
- #components : NamedTuple(years: Int32, months: Int32, days: Int32, hours: Int32, minutes: Int32, seconds: Int32)
- #to_s(*, oxford_comma = false, include_seconds = false) : String
Constructor Detail
Instance Method Detail
def components : NamedTuple(years: Int32, months: Int32, days: Int32, hours: Int32, minutes: Int32, seconds: Int32)
#