struct
TandaCLI::Models::ClockInMoment
- TandaCLI::Models::ClockInMoment
- Struct
- Value
- Object
Defined in:
tanda_cli/models/clock_in_moment.crClass Method Summary
- .from(time_of_day : TimeOfDay, on day : Time, after previous : Time | Nil = nil) : ClockInMoment | Error::Base
- .parse(input : String, on day : Time, after previous : Time | Nil = nil) : ClockInMoment | Error::Base
- .parse_day(input : String) : Time | Error::Base
Instance Method Summary
Class Method Detail
def self.from(time_of_day : TimeOfDay, on day : Time, after previous : Time | Nil = nil) : ClockInMoment | Error::Base
#
def self.parse(input : String, on day : Time, after previous : Time | Nil = nil) : ClockInMoment | Error::Base
#