def elapsed_timemark(self): return secondsToString(self.elapsed_seconds_timemark)
def elapsed(self): return secondsToString(self.elapsed_seconds)