constants group CalendarDisplayIndex in module com::sun::star::i18n::

(Global Index)

Syntax

constants group CalendarDisplayIndex;

Description

Values to be passed to XCalendar::getDisplayName() .

Constants Summary

AM_PM

DAY

MONTH

YEAR

ERA

Field Details



AM_PM

Syntax

const short  AM_PM = 0;

DAY

Syntax

const short  DAY = 1;

MONTH

Syntax

const short  MONTH = 2;

YEAR

Syntax

const short  YEAR = 3;

ERA

Syntax

const short  ERA = 4;
Top of Page