CalCommon::TCalTimeRange Class Reference

#include <app/calcommon.h>

class CalCommon::TCalTimeRange
Public Member Functions
TCalTimeRange(TCalTime, TCalTime)
IMPORT_C TCalTimeEndTime()
IMPORT_C TCalTimeStartTime()

Detailed Description

Class to implement a time range in the Instance view and Entry view.

Constructor & Destructor Documentation

TCalTimeRange ( TCalTime, TCalTime )

IMPORT_CTCalTimeRange(TCalTimeaStartTime,
TCalTimeaEndTime
)
Constructs a TCalTimeRange.
capability
None
ParameterDescription
aStartTimeStart time of time range
aEndTimeEnd time of time range

Member Function Documentation

EndTime ( )

IMPORT_C TCalTimeEndTime()const
Returns the end time of the range.
capability
None

Returns: The end time of the range.

StartTime ( )

IMPORT_C TCalTimeStartTime()const
Returns the start time of the range.
capability
None

Returns: The start time of the range.