Library | File

Class wfcTimeValue

# include <wfcSession.h>

class wfcTimeValue
 : public virtual xobject
{
    xdeclare(wfcTimeValue)
    ...
};
This is a COMPACT class.



Description

Duration for Timers



Method Summary

static wfcTimeValue_ptrCreate (xint Seconds, xint MicroSeconds)
Create time value object.
xintGetMicroSeconds ()
voidSetMicroSeconds (xint value)
Value in micro seconds
xintGetSeconds ()
voidSetSeconds (xint value)
Value in seconds



Method Detail

xintGetSeconds ()
voidSetSeconds (xint value)

Value in seconds




xintGetMicroSeconds ()
voidSetMicroSeconds (xint value)

Value in micro seconds




static wfcTimeValue_ptrCreate (xint Seconds, xint MicroSeconds)

Create time value object.
Parameters:
Seconds
Value in seconds.
MicroSeconds
Valeu in microseconds.
Returns:
time value object.