Loading...
 

CX_LOCALE::TimeSeparatorMA

CX_LOCALE::TimeSeparatorMA

Description:

This access function controls the input/output of the separator character for a time entry.

Note:
for the objects class CX_LOCALE and CX_STATE_LOCALE, the function controls the separator for a time specification of the superordinate country If no parent country exists - error message "Error in a base-class".

for the objects class CX_COUNTRY_LOCALE, the function controls the separator for a time specification of the superior country if a superior country exists. If no higher-level country exists for this object, the function controls the separator for this country.

Code example:

String(CX_COUNTRY_LOCALE::TimeSeparatorMA().....)

...........................................
SystemObject Call(GetLocale)
Get(upperLocale) Get(TimeSeparatorMA())
...........................................
Get(upperLocale) "." Swap Put (TimeSeparatorMA())

Function call: <Widget> (CX_LOCALE::TimeSeparatorMA(), ...)
widget> (CX_STATE_LOCALE::TimeSeparatorMA(), ...)
widget> (CX_COUNTRY_LOCALE::TimeSeparatorMA(), ...)
or with Put and Get (see example)