TOMASuplTimeWindow Class Reference

class TOMASuplTimeWindow
Class for providing the time window for reporting epos_comasuplasnplugin.lib
Since
S60 S60_5.2
Public Member Functions
TOMASuplTimeWindow()
IMPORT_C TIntGetTimeWindow(TInt32 &, TInt32 &)
IMPORT_C voidSetTimeWindow(TInt32, TInt32)
Private Attributes
TInt iIsTimeWindowSet
TInt32 iStartTime
TInt32 iStopTime

Constructor & Destructor Documentation

TOMASuplTimeWindow()

IMPORT_CTOMASuplTimeWindow()

Constructor for TOMASuplTimeWindow

Member Functions Documentation

GetTimeWindow(TInt32 &, TInt32 &)

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

Parameters

TInt32 & aStartTimeStart Time for time window is returned in this
TInt32 & aStopTimeStop Time for time window is returned in this

SetTimeWindow(TInt32, TInt32)

IMPORT_C voidSetTimeWindow(TInt32aStartTime,
TInt32aStopTime
)
Setter method for TOMASuplTimeWindow
Since
S60 S60_5.2

Parameters

TInt32 aStartTimeStart Time to set for time window
TInt32 aStopTimeStop Time to set for time window

Member Data Documentation

TInt iIsTimeWindowSet

TInt iIsTimeWindowSet[private]

TInt32 iStartTime

TInt32 iStartTime[private]

TInt32 iStopTime

TInt32 iStopTime[private]