def getDurationAsString (self): """Return the duration in pretty format.""" return prettyFormat(self.getDuration())
def totaltimeAsString (self): """Return the totaltime in pretty format.""" return prettyFormat(self.totaltime())
def workingTimeAsString (self): """Return the daily working time for the user in pretty format.""" return prettyFormat(self.workingTime())