Searched refs:convertToDate (Results 1 – 3 of 3) sorted by relevance
448 public static XMPDateTime convertToDate(String rawValue) throws XMPException in convertToDate() method in XMPUtils
459 binGPSStamp = XMPUtils.convertToDate(gpsDateTime.getValue()); in fixGPSTimeStamp()474 binOtherDate = XMPUtils.convertToDate(otherDate.getValue()); in fixGPSTimeStamp()
1404 value = XMPUtils.convertToDate(rawValue);1407 XMPDateTime dt = XMPUtils.convertToDate(rawValue);