Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
time_ext
master
Int
Time
DateSpan
TimeExt
Generated using Crystal 1.14.0
2024-11-26 08:10:36 UTC
struct
Time::
DateSpan
Time::DateSpan
Struct
Value
Object
Defined in:
time_ext/date_span.cr
Constructors
.new
(years : Int32, months : Int32, days : Int32)
Instance Method Summary
#days
: Int32
#months
#total_months
: Int32
#years
Constructor Detail
def self.
new
(years : Int32, months : Int32, days : Int32)
#
[
View source
]
Instance Method Detail
def
days
: Int32
#
[
View source
]
def
months
#
[
View source
]
def
total_months
: Int32
#
[
View source
]
def
years
#
[
View source
]