I have been playing with this code:However it returns 0 like it should, but the time calculation doesn't seem to work. if (timein.rawValue == 0 || timein.rawValue == null || timeout.rawValue == 0 || timeout.rawValue == null){this.rawValue=0;}else{var timefinished = (timeout.rawValue);var timestarted...