|
GDAL
|
Structure encoding a DateTime field for a GDAL Raster Attribute Table. More...
#include <gdal.h>
Public Attributes | |
| int | nYear |
| int | nMonth |
| int | nDay |
| int | nHour |
| int | nMinute |
| float | fSecond |
| int | nTimeZoneHour |
| int | nTimeZoneMinute |
| bool | bPositiveTimeZone |
| bool | bIsValid |
Structure encoding a DateTime field for a GDAL Raster Attribute Table.
| bool GDALRATDateTime::bIsValid |
Whether this object is valid
| bool GDALRATDateTime::bPositiveTimeZone |
Whether time zone is positive (or null)
| float GDALRATDateTime::fSecond |
Second [0, 61)
| int GDALRATDateTime::nDay |
Day [1, 31]
| int GDALRATDateTime::nHour |
Hour [0, 23]
| int GDALRATDateTime::nMinute |
Minute [0, 59]
| int GDALRATDateTime::nMonth |
Month [1, 12]
| int GDALRATDateTime::nTimeZoneHour |
Time zone hour [0, 23]
| int GDALRATDateTime::nTimeZoneMinute |
Time zone minute: 0, 15, 30, 45
| int GDALRATDateTime::nYear |
Year