UDK 3.2.7 C/C++ API Reference
Public Member Functions
salhelper::TTimeValue Struct Reference

Helper class for easier manipulation with TimeValue. More...

#include <timer.hxx>

Inheritance diagram for salhelper::TTimeValue:
TimeValue

List of all members.

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

Detailed Description

Helper class for easier manipulation with TimeValue.

Times are seconds in UTC since 01.01.1970


Constructor & Destructor Documentation

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]

Member Function Documentation

void salhelper::TTimeValue::addTime ( const TTimeValue Delta) [inline]
sal_Bool salhelper::TTimeValue::isEmpty ( ) const [inline]
void salhelper::TTimeValue::normalize ( ) [inline]

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