#include <TimeUnit.h>
Public Member Functions | |
bool | operator== (const FimexTime &rhs) const |
compare two fimexTimes | |
bool | operator!= (const FimexTime &rhs) const |
compare two fimexTimes | |
bool | operator> (const FimexTime &rhs) const |
compare two fimexTimes | |
bool | operator< (const FimexTime &rhs) const |
compare two fimexTimes | |
bool | operator>= (const FimexTime &rhs) const |
compare two fimexTimes | |
bool | operator<= (const FimexTime &rhs) const |
compare two fimexTimes | |
Public Attributes | |
unsigned short | msecond |
millisecond | |
char | second |
second (0-59) | |
char | minute |
minute (0-59) | |
char | hour |
hour (0-23) | |
char | mday |
day of month (1-31) | |
char | month |
month (1-12) | |
unsigned short | year |
year (2008 as of writing) |
bool MetNoFimex::FimexTime::operator== | ( | const FimexTime & | rhs | ) | const |
compare two fimexTimes
bool MetNoFimex::FimexTime::operator!= | ( | const FimexTime & | rhs | ) | const [inline] |
compare two fimexTimes
bool MetNoFimex::FimexTime::operator> | ( | const FimexTime & | rhs | ) | const [inline] |
bool MetNoFimex::FimexTime::operator< | ( | const FimexTime & | rhs | ) | const [inline] |
compare two fimexTimes
bool MetNoFimex::FimexTime::operator>= | ( | const FimexTime & | rhs | ) | const [inline] |
compare two fimexTimes
bool MetNoFimex::FimexTime::operator<= | ( | const FimexTime & | rhs | ) | const [inline] |
compare two fimexTimes
unsigned short MetNoFimex::FimexTime::msecond |
millisecond
second (0-59)
minute (0-59)
hour (0-23)
day of month (1-31)
month (1-12)
unsigned short MetNoFimex::FimexTime::year |
year (2008 as of writing)