HomeSort by relevance Sort by last modified time
    Searched full:gregdate (Results 1 - 1 of 1) sorted by null

  /external/dng_sdk/source/
dng_date_time.cpp 813 CFGregorianDate gregDate;
815 gregDate.year = dt.fYear;
816 gregDate.month = (SInt8) dt.fMonth;
817 gregDate.day = (SInt8) dt.fDay;
818 gregDate.hour = (SInt8) dt.fHour;
819 gregDate.minute = (SInt8) dt.fMinute;
820 gregDate.second = (SInt8) dt.fSecond;
822 CFAbsoluteTime absTime = CFGregorianDateGetAbsoluteTime (gregDate, zoneRef);

Completed in 182 milliseconds