ExpandedDateTime Struct Reference

ExpandedDateTime: Struct with fields for Year, Month, Day, Hour, etc. More...

#include <time.h>

List of all members.

Public Member Functions

 ExpandedDateTime ()
 Constructor.
void Print (int full=0, FILE *fp=stdout)
 Print date.

Public Attributes

int mYear
 Year in form 2006.
int mMonth
 Month in form 1-12, Jan==1.
int mDay
 Day of month, in form 1-31.
int mLeapFlag
 Leap year flag: 0: Feb==28; 1: Feb==29 days.
int mHours
 Hours in 24 hour clock form 00-23.
int mMinutes
 Minutes in form 00-59.
int mSeconds
 Seconds in form 00-59.


Detailed Description

ExpandedDateTime: Struct with fields for Year, Month, Day, Hour, etc.


Constructor & Destructor Documentation

ExpandedDateTime::ExpandedDateTime  ) 
 

Constructor.


Member Function Documentation

void ExpandedDateTime::Print int  full = 0,
FILE *  fp = stdout
 

Print date.

Print an ExpandedDateTime structure, but if parameter full==0, only print the parts of the date that are different than the current time.


Member Data Documentation

int ExpandedDateTime::mDay
 

Day of month, in form 1-31.

int ExpandedDateTime::mHours
 

Hours in 24 hour clock form 00-23.

int ExpandedDateTime::mLeapFlag
 

Leap year flag: 0: Feb==28; 1: Feb==29 days.

int ExpandedDateTime::mMinutes
 

Minutes in form 00-59.

int ExpandedDateTime::mMonth
 

Month in form 1-12, Jan==1.

int ExpandedDateTime::mSeconds
 

Seconds in form 00-59.

int ExpandedDateTime::mYear
 

Year in form 2006.


The documentation for this struct was generated from the following files:
Generated on Sun Oct 8 09:32:10 2006 for gabbie by  doxygen 1.4.6