Пример #1
0
    def getDurationAsString (self):
        """Return the duration in pretty format."""

        return prettyFormat(self.getDuration())
Пример #2
0
    def totaltimeAsString (self):
        """Return the totaltime in pretty format."""

        return prettyFormat(self.totaltime())
Пример #3
0
    def workingTimeAsString (self):
        """Return the daily working time for the user in pretty format."""

        return prettyFormat(self.workingTime())