![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLCIDate () | |
TSLCIDate (const TSLCIDate &right) | |
virtual | ~TSLCIDate () |
TSLCIDate & | operator= (const TSLCIDate &right) |
void | date (TSLDate *input, bool assumeOwnership=true) |
void | dateType (TSLCIDateTypeCode input) |
void | dateTypeEx (TSLCIDateTypeCodeEx input) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLDate * | date () const |
TSLDate * | date () |
TSLCIDateTypeCode | dateType () const |
TSLCIDateTypeCodeEx | dateTypeEx () const |
Static Public Member Functions | |
static TSLCIDate * | create () |
TSLCIDate::TSLCIDate | ( | ) |
The default constructor.
TSLCIDate::TSLCIDate | ( | const TSLCIDate & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
inline |
Returns the date attribute.
|
inline |
Returns the date attribute.
void TSLCIDate::date | ( | TSLDate * | input, |
bool | assumeOwnership = true ) |
Sets the date attribute.
|
inline |
Returns the dateType attribute. If the dateType is uninitialised, TSLCIDate TypeCodeNULL is returned
void TSLCIDate::dateType | ( | TSLCIDateTypeCode | input | ) |
Sets the dateType attribute. Input may not take the value TSLCIDateTypeCode NULL
|
inline |
Accessors for dateTypeEx (Extensible codelist TSCCIDateTypeCodeEx)
void TSLCIDate::dateTypeEx | ( | TSLCIDateTypeCodeEx | input | ) |
|
virtual |