|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|


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 |
| enum date_format |
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.
| 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.