Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: calconvcalendar.h
Link against: ccon.lib

Class TCalendar

TCalendar

Support

Supported from 6.1

Description

Abstract base class for calendars.

Internally, the class stores the date as a Julian day value (a number of days since a fixed start date). This is so that a date represented in one calendar can easily be converted to a date represented in another calendar using the assignment operator defined in this class.

Defined in TCalendar:
operator=()


Assignment


operator=()

TCalendar& operator=(const TCalendar &TCal);

Description

Assigns a date represented in one calendar to a date represented in another calendar. Both calendar types need to be cast to the TCalendar type.

Parameters

const TCalendar &TCal

The TCalendar-derived object which stores the date to assign to this object.

Return value

TCalendar&

This TCalendar-derived object.