UDK 3.2.7 C/C++ API Reference
|
Helper class for easier manipulation with TimeValue. More...
#include <timer.hxx>
Public Member Functions | |
TTimeValue () | |
TTimeValue (sal_uInt32 Secs, sal_uInt32 Nano) | |
TTimeValue (sal_uInt32 MilliSecs) | |
TTimeValue (const TTimeValue &rTimeValue) | |
TTimeValue (const TimeValue &rTimeValue) | |
void | normalize () |
void | addTime (const TTimeValue &Delta) |
sal_Bool | isEmpty () const |
Helper class for easier manipulation with TimeValue.
Times are seconds in UTC since 01.01.1970
salhelper::TTimeValue::TTimeValue | ( | ) | [inline] |
salhelper::TTimeValue::TTimeValue | ( | sal_uInt32 | Secs, |
sal_uInt32 | Nano | ||
) | [inline] |
salhelper::TTimeValue::TTimeValue | ( | sal_uInt32 | MilliSecs | ) | [inline] |
salhelper::TTimeValue::TTimeValue | ( | const TTimeValue & | rTimeValue | ) | [inline] |
salhelper::TTimeValue::TTimeValue | ( | const TimeValue & | rTimeValue | ) | [inline] |
void salhelper::TTimeValue::addTime | ( | const TTimeValue & | Delta | ) | [inline] |
sal_Bool salhelper::TTimeValue::isEmpty | ( | ) | const [inline] |
void salhelper::TTimeValue::normalize | ( | ) | [inline] |