struct TandaCLI::Models::ClockInMoment

Defined in:

tanda_cli/models/clock_in_moment.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from(time_of_day : TimeOfDay, on day : Time, after previous : Time | Nil = nil) : ClockInMoment | Error::Base #

[View source]
def self.parse(input : String, on day : Time, after previous : Time | Nil = nil) : ClockInMoment | Error::Base #

[View source]
def self.parse_day(input : String) : Time | Error::Base #

[View source]

Instance Method Detail

def time : Time #

[View source]