BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioTime.h>
Public Member Functions | |
BioTime () | |
int | getHours () |
int | getMinutes () |
int | getSeconds () |
int | getWeek () |
int | getDay () |
int | getMonth () |
int | getYear () |
void | showTime (ostream &=cout) |
void | showDate (ostream &=cout) |
BioTime::BioTime | ( | ) |
int BioTime::getDay | ( | ) |
int BioTime::getHours | ( | ) |
int BioTime::getMinutes | ( | ) |
int BioTime::getMonth | ( | ) |
int BioTime::getSeconds | ( | ) |
int BioTime::getWeek | ( | ) |
int BioTime::getYear | ( | ) |
void BioTime::showDate | ( | ostream & | = cout | ) |
void BioTime::showTime | ( | ostream & | = cout | ) |