Searched refs:binOtherDate (Results 1 – 1 of 1) sorted by relevance
457 XMPDateTime binOtherDate; in fixGPSTimeStamp() local474 binOtherDate = XMPUtils.convertToDate(otherDate.getValue()); in fixGPSTimeStamp()476 cal.set(Calendar.YEAR, binOtherDate.getYear()); in fixGPSTimeStamp()477 cal.set(Calendar.MONTH, binOtherDate.getMonth()); in fixGPSTimeStamp()478 cal.set(Calendar.DAY_OF_MONTH, binOtherDate.getDay()); in fixGPSTimeStamp()