GDAL
GDALRATDateTime Struct Reference

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

Detailed Description

Structure encoding a DateTime field for a GDAL Raster Attribute Table.

Since
3.12

Member Data Documentation

◆ bIsValid

bool GDALRATDateTime::bIsValid

Whether this object is valid

◆ bPositiveTimeZone

bool GDALRATDateTime::bPositiveTimeZone

Whether time zone is positive (or null)

◆ fSecond

float GDALRATDateTime::fSecond

Second [0, 61)

◆ nDay

int GDALRATDateTime::nDay

Day [1, 31]

◆ nHour

int GDALRATDateTime::nHour

Hour [0, 23]

◆ nMinute

int GDALRATDateTime::nMinute

Minute [0, 59]

◆ nMonth

int GDALRATDateTime::nMonth

Month [1, 12]

◆ nTimeZoneHour

int GDALRATDateTime::nTimeZoneHour

Time zone hour [0, 23]

◆ nTimeZoneMinute

int GDALRATDateTime::nTimeZoneMinute

Time zone minute: 0, 15, 30, 45

◆ nYear

int GDALRATDateTime::nYear

Year


The documentation for this struct was generated from the following file: