IMMMillisecondTime

The IMMMillisecondTime data type class represents one-thousandth of a second.


IMMMillisecondTime - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


[view class]
~IMMMillisecondTime
public:
virtual ~IMMMillisecondTime()

Supported Platforms

Windows OS/2 AIX
Yes Yes No


[view class]
IMMMillisecondTime


Overload 1
public:
IMMMillisecondTime(unsigned long time = defaultTime)

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Overload 2
public:
IMMMillisecondTime(const IMMTime& time)

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Overload 3
public:
IMMMillisecondTime(const IMMMillisecondTime& time)

Supported Platforms

Windows OS/2 AIX
Yes Yes No


Conversions

Use these members to cast the time to an unsigned long.


[view class]
operator unsigned long
public:
virtual operator unsigned long() const

Returns the time as an unsigned long where each time unit is equal to one-thousandth of a second.

Supported Platforms

Windows OS/2 AIX
Yes Yes No


IMMMillisecondTime - Inherited Member Functions and Data

Inherited Public Functions

IMMTime

Inherited Public Data

IMMTime

Inherited Protected Functions

IMMTime

Inherited Protected Data