class CronParser::InternalTime

Defined in:

cron_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(time) #

[View source]

Instance Method Detail

def day : Int32 #

[View source]
def day=(day : Int32) #

[View source]
def hour : Int32 #

[View source]
def hour=(hour : Int32) #

[View source]
def location : Time::Location #

[View source]
def location=(location : Time::Location) #

[View source]
def min : Int32 #

[View source]
def min=(min : Int32) #

[View source]
def month : Int32 #

[View source]
def month=(month : Int32) #

[View source]
def second : Int32 #

[View source]
def second=(second : Int32) #

[View source]
def to_time #

[View source]
def year : Int32 #

[View source]
def year=(year : Int32) #

[View source]