Top   Module   Use   Manual   Index 

com :: sun :: star :: i18n ::

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 .



Elements

string ID
Description
a unique ID for an entry of this type, usually the abbreviated English name.
string AbbrevName
Description
the abbreviated name.
string FullName
Description
the full name.
Top of Page