ACE  6.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
ACE_Date_Time Class Reference

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

#include <Date_Time.h>

Public Member Functions

 ACE_Date_Time (void)
 Constructor initializes current time/date info. More...
 
 ACE_Date_Time (const ACE_Time_Value &timevalue)
 Constructor initializes with the given ACE_Time_Value. More...
 
 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. More...
 
void update (const ACE_Time_Value &timevalue)
 Update to the given ACE_Time_Value. More...
 
long day (void) const
 Get day. More...
 
void day (long day)
 Set day. More...
 
long month (void) const
 Get month. More...
 
void month (long month)
 Set month. More...
 
long year (void) const
 Get year. More...
 
void year (long year)
 Set year. More...
 
long hour (void) const
 Get hour. More...
 
void hour (long hour)
 Set hour. More...
 
long minute (void) const
 Get minute. More...
 
void minute (long minute)
 Set minute. More...
 
long second (void) const
 Get second. More...
 
void second (long second)
 Set second. More...
 
long microsec (void) const
 Get microsec. More...
 
void microsec (long microsec)
 Set microsec. More...
 
long weekday (void) const
 Get weekday. More...
 
void weekday (long wday)
 Set weekday. More...
 

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  )
inline

Constructor initializes current time/date info.

ACE_Date_Time::ACE_Date_Time ( const ACE_Time_Value timevalue)
inlineexplicit

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 
)
inline

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

Member Function Documentation

long ACE_Date_Time::day ( void  ) const
inline

Get day.

void ACE_Date_Time::day ( long  day)
inline

Set day.

long ACE_Date_Time::hour ( void  ) const
inline

Get hour.

void ACE_Date_Time::hour ( long  hour)
inline

Set hour.

long ACE_Date_Time::microsec ( void  ) const
inline

Get microsec.

void ACE_Date_Time::microsec ( long  microsec)
inline

Set microsec.

long ACE_Date_Time::minute ( void  ) const
inline

Get minute.

void ACE_Date_Time::minute ( long  minute)
inline

Set minute.

long ACE_Date_Time::month ( void  ) const
inline

Get month.

void ACE_Date_Time::month ( long  month)
inline

Set month.

long ACE_Date_Time::second ( void  ) const
inline

Get second.

void ACE_Date_Time::second ( long  second)
inline

Set second.

void ACE_Date_Time::update ( void  )
inline

Update to the current time/date.

void ACE_Date_Time::update ( const ACE_Time_Value timevalue)
inline

Update to the given ACE_Time_Value.

long ACE_Date_Time::weekday ( void  ) const
inline

Get weekday.

void ACE_Date_Time::weekday ( long  wday)
inline

Set weekday.

long ACE_Date_Time::year ( void  ) const
inline

Get year.

void ACE_Date_Time::year ( long  year)
inline

Set 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: