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
|
|
Syntax
string ID;
Description
a unique ID for an entry of this type, usually the abbreviated English name.
Syntax
string AbbrevName;
Description
the abbreviated name.
Syntax
string FullName;
Description
the full name.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.