International (Java)

Represents the international settings in the operating environment, for example, the Regional Settings in the Windows Control Panel. When settings change in the operating environment, Notes® recognizes the new settings immediately. For remote (IIOP) operations, these settings represent the session's server.

Syntax

public class International extends Base

Containment

Contained by: Session

Properties

AMString through getAMString

CurrencyDigits through getCurrencyDigits

CurrencySymbol through getCurrencySymbol

DateSep through getDateSep

DecimalSep through getDecimalSep

IsCurrencySpace through isCurrencySpace

IsCurrencySuffix through isCurrencySuffix

IsCurrencyZero through isCurrencyZero

IsDateDMY through isDateDMY

IsDateMDY through isDateMDY

IsDateYMD through isDateYMD

IsDST through isDST

IsTime24Hour through isTime24Hour

Parent through getParent

PMString through getPMString

ThousandsSep through getThousandsSep

TimeSep through getTimeSep

TimeZone through getTimeZone

Today through getToday

Tomorrow through getTomorrow

Yesterday through getYesterday

Methods

recycle

Access

Access an International object for the current session through getInternational in Session.

Example