TOMASuplTimeWindow Class Reference

class TOMASuplTimeWindow
Class for providing the time window for reporting epos_comasuplasnplugin.lib
Since
S60 S60_5.2

Constructor & Destructor Documentation

TOMASuplTimeWindow()

IMPORT_C TOMASuplTimeWindow ( )

Constructor for TOMASuplTimeWindow

Member Functions Documentation

GetTimeWindow(TInt32 &, TInt32 &)

IMPORT_C TInt GetTimeWindow ( TInt32 & aStartTime,
TInt32 & aStopTime
)
Getter method for TOMASuplTimeWindow parameters
Since
S60 S60_5.2

Parameters

TInt32 & aStartTime Start Time for time window is returned in this
TInt32 & aStopTime Stop Time for time window is returned in this

SetTimeWindow(TInt32, TInt32)

IMPORT_C void SetTimeWindow ( TInt32 aStartTime,
TInt32 aStopTime
)
Setter method for TOMASuplTimeWindow
Since
S60 S60_5.2

Parameters

TInt32 aStartTime Start Time to set for time window
TInt32 aStopTime Stop Time to set for time window

Member Data Documentation

TInt iIsTimeWindowSet

TInt iIsTimeWindowSet [private]

TInt32 iStartTime

TInt32 iStartTime [private]

TInt32 iStopTime

TInt32 iStopTime [private]