13 #ifndef CivilDateTime_h 14 #define CivilDateTime_h 42 CivilDateTime(
int year,
int month,
int day,
int second,
double decimal);
142 int SetUtcDateTime(
char* Utc);
144 int SetUtcDateTime(
const char* Utc);
This class represents a date.
void set_month(int month)
This class represents a date and time in the civil format.
static const double JOURCIVIL_LENGTH
void set_second(int second)
std::ostream & print(H5::H5File *file, std::ostream &out)
Print method.
This class represents a date in the julian referential.
void set_decimal(double decimal)
std::ostream & operator<<(std::ostream &os, const AlosPalsarData &data)
#define OSSIM_PLUGINS_DLL
int _second
Number of secondes since the beginning of the day.
This class represents a date.
std::basic_ostream< char > ostream
Base class for char output streams.