Lines Matching full:datetime
216 { TAG_DATETIME, "DateTime", FMT_STRING, 20},
635 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
640 if (!isdigit(ImageInfo.DateTime[0])){
643 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
1217 NumEntries = 2 + exifTagCount; // the two extra are the datetime and the thumbnail
1229 char* dateTime = NULL;
1233 dateTime = ImageInfo.DateTime;
1237 dateTime = dateBuf;
1556 if (ImageInfo.DateTime[0]){
1557 printf("Date/Time : %s\n",ImageInfo.DateTime);