OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
DODS_Date.h File Reference
#include <time.h>
#include <string>
#include "BaseType.h"
#include "date_proc.h"
Include dependency graph for DODS_Date.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DODS_Date
 The DODS Date object. More...
 

Enumerations

enum  date_format {
  unknown_format, ymd, yd, ym,
  decimal, iso8601
}
 Constants used to denote different supported date formats. More...
 

Variables

const double seconds_per_day = 86400.0
 Useful constant values. More...
 
const double seconds_per_hour = 3600.0
 
const double seconds_per_minute = 60.0
 

Enumeration Type Documentation

Constants used to denote different supported date formats.

ymd# is a year—month—day format, yd# is a year—year-day format.

Enumerator
unknown_format 
ymd 
yd 
ym 
decimal 
iso8601 

Definition at line 91 of file DODS_Date.h.

Variable Documentation

const double seconds_per_day = 86400.0

Useful constant values.

Definition at line 84 of file DODS_Date.h.

const double seconds_per_hour = 3600.0

Definition at line 85 of file DODS_Date.h.

const double seconds_per_minute = 60.0

Definition at line 86 of file DODS_Date.h.