Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

Date.cpp File Reference

#include "Date.h"
#include <cassert>
#include <string>

Functions

bool specialYear (int y)
unsigned int year_days (int y)
unsigned int my_month_days (unsigned int m, unsigned int y)
long days (int ys, int ms, int ds, int ye, int me, int de)
double minutes (int Ys, int Ms, int Ds, int hs, int ms, int Ye, int Me, int De, int he, int me)
bool parseDateString (const char *str, long &year, long &month, long &day)
bool parseDateTimeString (const char *str, long &year, long &month, long &day, long &hour, long &minute)

Function Documentation

long days int  ys,
int  ms,
int  ds,
int  ye,
int  me,
int  de
 

double minutes int  Ys,
int  Ms,
int  Ds,
int  hs,
int  ms,
int  Ye,
int  Me,
int  De,
int  he,
int  me
 

unsigned int my_month_days unsigned int  m,
unsigned int  y
 

bool parseDateString const char *  str,
long &  year,
long &  month,
long &  day
 

bool parseDateTimeString const char *  str,
long &  year,
long &  month,
long &  day,
long &  hour,
long &  minute
 

bool specialYear int  y  ) 
 

unsigned int year_days int  y  ) 
 


Generated on Tue Apr 26 14:42:43 2005 for rollingmill by doxygen 1.3.6