dng_date_time.h File Reference
Go to the source code of this file.
Detailed Description
Functions and classes for working with dates and times in DNG files.
Enumeration Type Documentation
Tag to encode date represenation format.
- Enumerator:
-
dng_date_time_format_exif |
Date format not known. |
dng_date_time_format_unix_little_endian |
EXIF date string. |
dng_date_time_format_unix_big_endian |
32-bit UNIX time as 4-byte little endian |
Function Documentation
Get the current date/time and timezone.
- Parameters:
-
| info | Receives current data/time/zone. |
Return timezone of current location at a given date.
- Parameters:
-
| dt | Date at which to compute timezone difference. (For example, used to determine Daylight Savings, etc.) |
- Return values:
-
| Time | zone for date/time dt. |
References dng_date_time::IsValid().