Location:
calconvcalendar.h
Link against: ccon.lib
TCalendar
Supported from 6.1
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=()
TCalendar& operator=(const TCalendar &TCal);
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.
|
|