Пример #1
0
 def StartTimer(self):
     self.StartTime = time.time()
     self.timer1.Start(30000)  #1/2 min
     self.lblStartTime.SetLabel(
         PlatformMethods.Encode(
             CommonFunctions.GetCurrentDisplayDateTime()))
     self.lblStartTime.Refresh()
     return None