LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
CalendarItem Struct Referencepublished

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

import"CalendarItem.idl";

Inheritance diagram for CalendarItem:
CalendarItem2

Public Attributes

string ID
 A unique ID for an entry of this type, usually the lower case abbreviated English name, for example, "sun" for Sunday. More...
 
string AbbrevName
 The abbreviated name, for example, "Sun". More...
 
string FullName
 The full name, for example, "Sunday". More...
 

Detailed 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 Calendar::Days, Calendar::Months, Calendar::Eras

Member Data Documentation

◆ AbbrevName

string AbbrevName

The abbreviated name, for example, "Sun".

◆ FullName

string FullName

The full name, for example, "Sunday".

◆ ID

string ID

A unique ID for an entry of this type, usually the lower case abbreviated English name, for example, "sun" for Sunday.



The documentation for this struct was generated from the following file: