#include <acstimeTimeUtil.h>
Inheritance diagram for TimeUtil:
Public Member Functions | |
TimeUtil () | |
~TimeUtil () | |
Static Public Member Functions | |
acstime::Epoch | ace2epoch (const ACE_Time_Value &value) |
ACE_Time_Value | epoch2ace (const acstime::Epoch &value) |
acstime::Duration | ace2duration (const ACE_Time_Value &value) |
ACE_Time_Value | duration2ace (const acstime::Duration &value) |
Static Public Attributes | |
const short | DaysInMonth [12] |
Private Member Functions | |
TimeUtil (const TimeUtil &) | |
void | operator= (const TimeUtil &) |
TODO:
|
Constructor |
|
Destructor |
|
Copy not allowed. |
|
convert ACE_Time_Value to Duration
|
|
convert ACE_Time_Value to ACS Epoch
|
|
convert Duration to ACE_Time_Value
|
|
convert Epoch to ACE_Time_Value
|
|
Assignment not allowed. |
|
days in each month |