struct TimeMatcher

Defined in:

crdo/when_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(month : Int32 | Nil, month_day : Int32 | Nil, weekday : Int32 | Nil, hour : Int32 | Nil, minute : Int32 | Nil) #

[View source]

Instance Method Detail

def current_slot_start?(t) #

[View source]
def find_next(t) #

[View source]
def get_interval #

[View source]
def match(t : Time) #

[View source]
def signature #

[View source]
def slot_key(t) #

[View source]
def truncate(t) #

[View source]