def get_end_dt(self):
     return get_dt(self.time[1],self.day)
 def get_start_dt(self):
     return get_dt(self.time[0],self.day)