ACE 8.0.1
|
System independent representation of date and time. More...
#include <Date_Time.h>
Public Member Functions | |
ACE_Date_Time () | |
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 () |
Update to the current time/date. | |
void | update (const ACE_Time_Value &timevalue) |
Update to the given ACE_Time_Value. | |
long | day () const |
Get day. | |
void | day (long day) |
Set day. | |
long | month () const |
Get month. | |
void | month (long month) |
Set month. | |
long | year () const |
Get year. | |
void | year (long year) |
Set year. | |
long | hour () const |
Get hour. | |
void | hour (long hour) |
Set hour. | |
long | minute () const |
Get minute. | |
void | minute (long minute) |
Set minute. | |
long | second () const |
Get second. | |
void | second (long second) |
Set second. | |
long | microsec () const |
Get microsec. | |
void | microsec (long microsec) |
Set microsec. | |
long | weekday () 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_ |
System independent representation of date and time.
|
inline |
Constructor initializes current time/date info.
|
inlineexplicit |
Constructor initializes with the given ACE_Time_Value.
|
inline |
Constructor with init values, no check for validity Set/get portions of ACE_Date_Time, no check for validity.
|
inline |
Get day.
|
inline |
Get hour.
|
inline |
Get microsec.
|
inline |
Get minute.
|
inline |
Get month.
|
inline |
Get second.
|
inline |
Update to the current time/date.
|
inline |
Update to the given ACE_Time_Value.
|
inline |
Get weekday.
|
inline |
Get year.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |