OSID Logo
OSID Specifications
locale package
Version 3.1.0
Interfaceosid.locale.CalendarUnit
Used Byosid.locale.CalendarInfo
Description

A description of a calendar unit.

MethodgetName
Description

Gets the full name of this unit.

Returnosid.locale.DisplayText the name
Compliancemandatory This method must be implemented.
MethodgetAbbrev3
Description

Gets a 3-letter abbreviation for this unit.

Returnosid.locale.DisplayText the abbreviation
Compliancemandatory This method must be implemented.
MethodgetAbbrev2
Description

Gets a 2-letter abbreviation for this unit.

Returnosid.locale.DisplayText the abbreviation
Compliancemandatory This method must be implemented.
MethodgetInitial
Description

Gets a single letter abbreviation for this unit.

Returnosid.locale.DisplayText the initial
Compliancemandatory This method must be implemented.
MethodgetDateTimeCode
Description

Gets the number of this unit used in DateTime.

Returncardinal the code
Compliancemandatory This method must be implemented.
MethodgetDescription
Description

Gets a description of this unit.

Returnosid.locale.DisplayText the description
Compliancemandatory This method must be implemented.