class Chronic::Range

Included Modules

Defined in:

chronic/range.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(begin __arg0 : ::Time, end __arg1 : ::Time, exclusive : Bool = false) #

[View source]
def self.new(range : ::Range(::Time, ::Time)) #

[View source]

Instance Method Detail

def exclusive? : Bool #

[View source]
def next #
Description copied from module Iterator(Time)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]
def step : ::Time::Span #

[View source]
def step=(step : ::Time::Span) #

[View source]