Classes
Methods
# async get() → {Promise.<EntityTimeEntry>}
Gets the summed up tracked time duration for specified projects and tasks.
Promise.<EntityTimeEntry>
# async list() → {Promise.<Array.<EntityTimeEntry>>}
Gets the summed up tracked time duration for all projects and tasks.
Promise.<Array.<EntityTimeEntry>>