abstract datatype: time_unit()
parse/1 | |
parse/2 | |
to_string/2 |
parse(InputDurationString::string()) -> integer() | cuttlefish_error:error()
parse(DurationString::string(), Unit::time_unit()) -> integer()
to_string(Fortnights::integer(), X2::time_unit()) -> string()
Generated by EDoc