Beispiel #1
0
 protected MicroXTime ParsePacketTime()
 {
     try
     {
         return(MicroXTime.ParseDataPacketTime(InReport, ParentDevice.Configuration.CurrentTime));
     }
     catch { throw new Exception("** ERROR with datetime format"); }
 }