Timedot.Item (Timedot v0.1.0) View Source
Single time entry in a timedot log, including the date.
The quantity is always given in seconds.
Link to this section Summary
Link to this section Types
Specs
t() :: %Timedot.Item{
account: String.t(),
date: :calendar.date(),
quantity: {non_neg_integer(), :seconds}
}