Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

rs::date Namespace Reference


Compounds

class  Date
 Date stores date and time in a 'struct tm'. More...


Functions

const char * name_of_Feiertag (int feiertag_idx)
bool is_catholic (int feiertag_idx)
bool is_leap_year (int year)


Detailed Description

@memo Date related functions with calculation of german holidays


Function Documentation

const char * name_of_Feiertag int    feiertag_idx
 

returns the name of a 'Feiertag'

Parameters:
feiertag_idx  allowed values: 1..n (should be result from is_Feiertag())

Definition at line 284 of file Date.cpp.

bool is_catholic int    feiertag_idx
 

returns true if Feiertag is catholic

Parameters:
feiertag_idx  allowed values: 1..n (should be result from is_Feiertag())

Definition at line 292 of file Date.cpp.

bool is_leap_year int    year [inline]
 

returns true if year is a leap year

Parameters:
year  the year to test

Definition at line 113 of file Date.h.

Referenced by is_leap_year().


Contact me in case of errors or questions.
This documentation is powered by Doxygen.
(C) 2000-2002 Doxygen