ACE_Date_Time Class Reference

System independent representation of date and time. More...

#include <Date_Time.h>

List of all members.

Public Member Functions

 ACE_Date_Time (void)
 Constructor initializes current time/date info.
 ACE_Date_Time (const ACE_Time_Value &timevalue)
 Constructor initializes with the given ACE_Time_Value.
 ACE_Date_Time (long day, long month=0, long year=0, long hour=0, long minute=0, long second=0, long microsec=0, long wday=0)
void update (void)
 Update to the current time/date.
void update (const ACE_Time_Value &timevalue)
 Update to the given ACE_Time_Value.
long day (void) const
 Get day.
void day (long day)
 Set day.
long month (void) const
 Get month.
void month (long month)
 Set month.
long year (void) const
 Get year.
void year (long year)
 Set year.
long hour (void) const
 Get hour.
void hour (long hour)
 Set hour.
long minute (void) const
 Get minute.
void minute (long minute)
 Set minute.
long second (void) const
 Get second.
void second (long second)
 Set second.
long microsec (void) const
 Get microsec.
void microsec (long microsec)
 Set microsec.
long weekday (void) const
 Get weekday.
void weekday (long wday)
 Set weekday.

Private Attributes

long day_
long month_
long year_
long hour_
long minute_
long second_
long microsec_
long wday_

Detailed Description

System independent representation of date and time.


Constructor & Destructor Documentation

ACE_Date_Time::ACE_Date_Time ( void   ) 

Constructor initializes current time/date info.

ACE_Date_Time::ACE_Date_Time ( const ACE_Time_Value timevalue  )  [explicit]

Constructor initializes with the given ACE_Time_Value.

ACE_Date_Time::ACE_Date_Time ( long  day,
long  month = 0,
long  year = 0,
long  hour = 0,
long  minute = 0,
long  second = 0,
long  microsec = 0,
long  wday = 0 
)

Constructor with init values, no check for validy Set/get portions of ACE_Date_Time, no check for validity.


Member Function Documentation

void ACE_Date_Time::day ( long  day  ) 

Set day.

long ACE_Date_Time::day ( void   )  const

Get day.

void ACE_Date_Time::hour ( long  hour  ) 

Set hour.

long ACE_Date_Time::hour ( void   )  const

Get hour.

void ACE_Date_Time::microsec ( long  microsec  ) 

Set microsec.

long ACE_Date_Time::microsec ( void   )  const

Get microsec.

void ACE_Date_Time::minute ( long  minute  ) 

Set minute.

long ACE_Date_Time::minute ( void   )  const

Get minute.

void ACE_Date_Time::month ( long  month  ) 

Set month.

long ACE_Date_Time::month ( void   )  const

Get month.

void ACE_Date_Time::second ( long  second  ) 

Set second.

long ACE_Date_Time::second ( void   )  const

Get second.

void ACE_Date_Time::update ( const ACE_Time_Value timevalue  ) 

Update to the given ACE_Time_Value.

void ACE_Date_Time::update ( void   ) 

Update to the current time/date.

void ACE_Date_Time::weekday ( long  wday  ) 

Set weekday.

long ACE_Date_Time::weekday ( void   )  const

Get weekday.

void ACE_Date_Time::year ( long  year  ) 

Set year.

long ACE_Date_Time::year ( void   )  const

Get year.


Member Data Documentation

long ACE_Date_Time::day_ [private]
long ACE_Date_Time::hour_ [private]
long ACE_Date_Time::microsec_ [private]
long ACE_Date_Time::minute_ [private]
long ACE_Date_Time::month_ [private]
long ACE_Date_Time::second_ [private]
long ACE_Date_Time::wday_ [private]
long ACE_Date_Time::year_ [private]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Nov 30 00:51:48 2009 for ACE by  doxygen 1.6.1