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

constants group AmPmValue
Description
Constants for AM/PM used in calls to XCalendar::getDisplayName().

Constants
AM get display name string for AM 
PM get display name string for PM 
Constants' Details
AM
const short AM = 0;
Description
get display name string for AM
PM
const short PM = 1;
Description
get display name string for PM
Top of Page