struct ScheduledTime

Included Modules

Defined in:

config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(days : UInt32 = 0, hours : UInt32 = 0, minutes : UInt32 = 0, seconds : UInt32 = 0, nanoseconds : UInt32 = 0) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(days _days = @days, hours _hours = @hours, minutes _minutes = @minutes, seconds _seconds = @seconds, nanoseconds _nanoseconds = @nanoseconds) #

[View source]
def days : UInt32 #

def hours : UInt32 #

def minutes : UInt32 #

def nanoseconds : UInt32 #

def seconds : UInt32 #