struct CalendarItem in module com::sun::star::i18n::

(Global Index)

Syntax

struct CalendarItem;

Description

One entry in a calendar, for example, a day of week or a month or an era.

A sequence of CalendarItems is contained in the Calendar fields Days , Months and Eras .

Field Summary

ID a unique ID for an entry of this type, usually the abbreviated English name.

AbbrevName the abbreviated name.

FullName the full name.

Field Details



ID

Syntax

string ID;

Description

a unique ID for an entry of this type, usually the abbreviated English name.


AbbrevName

Syntax

string AbbrevName;

Description

the abbreviated name.


FullName

Syntax

string FullName;

Description

the full name.

Top of Page