Platforms to show: All Mac Windows Linux Cross-Platform
Currency, Date and Time Format
Classes for details on localized time, data and currency formats.
- class DateFormatMBS
- method close
- method DayName(index as integer) as string
- method LongDateFormatString as string
- method LongDateSeparator(index as integer) as string
- method MonthName(index as integer) as string
- property AbbreviationLength as integer
- property LeadingZeroForDay as boolean
- property LongDateFormat as integer
- property Ok as boolean
- property SuppressDayOfMonth as boolean
- property SuppressDayOfWeek as boolean
- property SuppressMonth as boolean
- property SuppressYear as boolean
- class NSLocaleDateMBS
- method Constructor
- method eraSymbols as string()
- method longEraSymbols as string()
- method monthSymbols as string()
- method quarterSymbols as string()
- method shortMonthSymbols as string()
- method shortQuarterSymbols as string()
- method shortStandaloneMonthSymbols as string()
- method shortStandaloneQuarterSymbols as string()
- method shortStandaloneWeekdaySymbols as string()
- method shortWeekdaySymbols as string()
- method standaloneMonthSymbols as string()
- method standaloneQuarterSymbols as string()
- method standaloneWeekdaySymbols as string()
- method veryShortMonthSymbols as string()
- method veryShortStandaloneMonthSymbols as string()
- method veryShortStandaloneWeekdaySymbols as string()
- method veryShortWeekdaySymbols as string()
- method weekdaySymbols as string()
- property AMSymbol as String
- property dateFormat as String
- property PMSymbol as String
- class NSLocaleMBS
- shared method autoupdatingCurrentLocale as NSLocaleMBS
- shared method availableLocaleIdentifiers as string()
- shared method canonicalLanguageIdentifierFromString(s as string) as string
- shared method canonicalLocaleIdentifierFromString(s as string) as string
- shared method characterDirectionForLanguage(isoLangCode as string) as integer
- shared method commonISOCurrencyCodes as string()
- method Constructor
- method Constructor(Identifier as string)
- shared method currentLocale as NSLocaleMBS
- method displayName(key as string, value as string) as string
- method ExemplarCharacterSet as NSCharacterSetMBS
- method GetString(key as string) as string
- shared method ISOCountryCodes as string()
- shared method ISOCurrencyCodes as string()
- shared method ISOLanguageCodes as string()
- shared method lineDirectionForLanguage(isoLangCode as string) as integer
- method localeIdentifier as string
- shared method localeIdentifierFromWindowsLocaleCode(code as integer) as string
- shared method NSBuddhistCalendar as string
- shared method NSChineseCalendar as string
- shared method NSGregorianCalendar as string
- shared method NSHebrewCalendar as string
- shared method NSIndianCalendar as string
- shared method NSIslamicCalendar as string
- shared method NSIslamicCivilCalendar as string
- shared method NSISO8601Calendar as string
- shared method NSJapaneseCalendar as string
- shared method NSLocaleAlternateQuotationBeginDelimiterKey as string
- shared method NSLocaleAlternateQuotationEndDelimiterKey as string
- shared method NSLocaleCalendar as string
- shared method NSLocaleCollationIdentifier as string
- shared method NSLocaleCollatorIdentifier as string
- shared method NSLocaleCountryCode as string
- shared method NSLocaleCurrencyCode as string
- shared method NSLocaleCurrencySymbol as string
- shared method NSLocaleDecimalSeparator as string
- shared method NSLocaleExemplarCharacterSet as string
- shared method NSLocaleGroupingSeparator as string
- shared method NSLocaleIdentifier as string
- shared method NSLocaleLanguageCode as string
- shared method NSLocaleMeasurementSystem as string
- shared method NSLocaleQuotationBeginDelimiterKey as string
- shared method NSLocaleQuotationEndDelimiterKey as string
- shared method NSLocaleScriptCode as string
- shared method NSLocaleUsesMetricSystem as string
- shared method NSLocaleVariantCode as string
- shared method NSPersianCalendar as string
- shared method NSRepublicOfChinaCalendar as string
- shared method preferredLanguages as string()
- shared method systemLocale as NSLocaleMBS
- shared method windowsLocaleCodeFromLocaleIdentifier(s as string) as integer
- property CollationIdentifier as String
- property CountryCode as String
- property CurrencyCode as String
- property CurrencySymbol as String
- property DateFull as NSLocaleDateMBS
- property DateLong as NSLocaleDateMBS
- property DateMedium as NSLocaleDateMBS
- property DateShort as NSLocaleDateMBS
- property DecimalSeparator as String
- property GroupingSeparator as String
- property Identifier as String
- property LanguageCode as String
- property MeasurementSystem as String
- property NumberCurrency as NSLocaleNumberMBS
- property NumberDecimal as NSLocaleNumberMBS
- property NumberPercent as NSLocaleNumberMBS
- property NumberScientific as NSLocaleNumberMBS
- property NumberSpellOut as NSLocaleNumberMBS
- property ScriptCode as String
- property UsesMetricSystem as Boolean
- property VariantCode as String
- const NSLocaleLanguageDirectionBottomToTop = 4
- const NSLocaleLanguageDirectionLeftToRight = 1
- const NSLocaleLanguageDirectionRightToLeft = 2
- const NSLocaleLanguageDirectionTopToBottom = 3
- const NSLocaleLanguageDirectionUnknown = 0
- class NSLocaleNumberMBS
- method Constructor
- property currencyCode as String
- property currencyDecimalSeparator as String
- property currencySymbol as String
- property decimalSeparator as String
- property exponentSymbol as String
- property groupingSeparator as String
- property internationalCurrencySymbol as String
- property minusSign as String
- property negativeFormat as String
- property negativeInfinitySymbol as String
- property negativePrefix as String
- property negativeSuffix as String
- property nilSymbol as String
- property notANumberSymbol as String
- property paddingCharacter as String
- property percentSymbol as String
- property perMillSymbol as String
- property plusSign as String
- property positiveFormat as String
- property positiveInfinitySymbol as String
- property positivePrefix as String
- property positiveSuffix as String
- property zeroSymbol as String
- class NumberFormatMBS
- method close
- property CurrencyFormatFlags as integer
- property CurrencySymbol as string
- property CurrencySymbolLeads as boolean
- property DateOrder as string
- property DateSeparator as string
- property DecimalPoint as string
- property EveningPrefix as string
- property EveningSuffix as string
- property Inches as boolean
- property LeadingZeroForHours as boolean
- property LeadingZeroForMinutes as boolean
- property LeadingZeroForSeconds as boolean
- property ListSeparator as string
- property Metric as boolean
- property MorningPrefix as string
- property MorningSuffix as string
- property Ok as boolean
- property ShortDateFormatFlags as integer
- property ShowCentury as boolean
- property ShowLeadingZeroForDay as boolean
- property ShowLeadingZeroForMonth as boolean
- property ThousandSeparator as string
- property TimeCycle as integer
- property TimeFormat as integer
- property TimeSeparator as string
- property UseLeadingIntegerZero as boolean
- property UseNegativeSymbolForCurrency as boolean
- property UseTrailingDecimalZero as boolean
- class WinLocalizationMBS
- method AbbreviatedDayName(index as integer) as string
- method AbbreviatedMonthName(index as integer) as string
- method Constructor
- method Constructor(LanguageID as integer, SortID as integer)
- method Constructor(LCID as integer)
- method Constructor(PrimaryLanguage as integer, SubLanguage as integer, SortID as integer)
- method LongDayName(index as integer) as string
- method LongMonthName(index as integer) as string
- property CalendarTypeSpecifier as String
- property CalendarTypeSpecifier2 as String
- property CountryCode as String
- property CountryNameAbbreviated as String
- property CountryNameAbbreviatedISO as String
- property CountryNameEnglish as String
- property CountryNameLocalized as String
- property CountryNameNative as String
- property CurrencyDecimalSeparator as String
- property CurrencyDigitsInternational as String
- property CurrencyDigitsLocalized as String
- property CurrencyGroupingMode as String
- property CurrencyNameEnglish as String
- property CurrencyNameNative as String
- property CurrencyNegativeMode as String
- property CurrencyPositiveMode as String
- property CurrencySymbolInternational as String
- property CurrencySymbolLocalized as String
- property CurrencyThousandSeparator as String
- property DateLeadingZerosDay as String
- property DateLeadingZerosMonth as String
- property DateLongFormatOrdering as String
- property DateLongFormatString as String
- property DateSeparator as String
- property DateShortFormatOrdering as String
- property DateShortFormatString as String
- property DateShortYearMonth as String
- property DecimalSeparator as String
- property DefaultCodePageANSI as String
- property DefaultCodePageEBCDIC as String
- property DefaultCodePageMac as String
- property DefaultCodePageOEM as String
- property DefaultCountryCode as String
- property DefaultLanguageID as String
- property DigitGrouping as String
- property DigitSubstitution as String
- property FirstDayOfWeek as String
- property FirstWeekOfYear as String
- property LanguageID as String
- property LanguageNameAbbreviated as String
- property LanguageNameAbbreviatedISO as String
- property LanguageNameEnglish as String
- property LanguageNameLocalized as String
- property LanguageNameNativ as String
- property LeadingZeros as String
- property ListItemSeparator as String
- property MeasureSystem as String
- property NativeASCII0to9 as String
- property NegativeNumberMode as String
- property NegSepBySpace as String
- property NegSymPrecedes as String
- property NumberOfFraction as String
- property Papersize as String
- property PosSepBySpace as String
- property PosSymPrecedes as String
- property SignNegative as String
- property SignNegativePosition as String
- property SignPositive as String
- property SignPositivePosition as String
- property Sortname as String
- property ThousandSeparator as String
- property TimeAM as String
- property TimeCenturyFormatSpecifier as String
- property TimeFormatSpecifier as String
- property TimeLeadingZeros as String
- property TimeMarkerPosition as String
- property TimePM as String
- property TimeSeparator as String
- property TimeShortFormatString as String
- const LANG_AFRIKAANS = &h36
- const LANG_ALBANIAN = &h1c
- const LANG_ARABIC = 1
- const LANG_ARMENIAN = &h2b
- const LANG_ASSAMESE = &h4d
- const LANG_AZERI = &h2c
- const LANG_BASQUE = &h2d
- const LANG_BELARUSIAN = &h23
- const LANG_BENGALI = &h45
- const LANG_BULGARIAN = 2
- const LANG_CATALAN = 3
- const LANG_CHINESE = 4
- const LANG_CROATIAN = &h1a
- const LANG_CZECH = 5
- const LANG_DANISH = 6
- const LANG_DUTCH = &h13
- const LANG_ENGLISH = 9
- const LANG_ESTONIAN = &h25
- const LANG_FAEROESE = &h38
- const LANG_FARSI = &h29
- const LANG_FINNISH = &h0b
- const LANG_FRENCH = &h0c
- const LANG_GEORGIAN = &h37
- const LANG_GERMAN = 7
- const LANG_GREEK = 8
- const LANG_GUJARATI = &h47
- const LANG_HEBREW = &h0d
- const LANG_HINDI = &h39
- const LANG_HUNGARIAN = &h0e
- const LANG_ICELANDIC = &h0f
- const LANG_INDONESIAN = &h21
- const LANG_ITALIAN = &h10
- const LANG_JAPANESE = &h11
- const LANG_KANNADA = &h4b
- const LANG_KASHMIRI = &h60
- const LANG_KAZAK = &h3f
- const LANG_KONKANI = &h57
- const LANG_KOREAN = &h12
- const LANG_LATVIAN = &h26
- const LANG_LITHUANIAN = &h27
- const LANG_MACEDONIAN = &h2f
- const LANG_MALAY = &h3e
- const LANG_MALAYALAM = &h4c
- const LANG_MANIPURI = &h58
- const LANG_MARATHI = &h4e
- const LANG_NEPALI = &h61
- const LANG_NEUTRAL = 0
- const LANG_NORWEGIAN = &h14
- const LANG_ORIYA = &h48
- const LANG_POLISH = &h15
- const LANG_PORTUGUESE = &h16
- const LANG_PUNJABI = &h46
- const LANG_ROMANIAN = &h18
- const LANG_RUSSIAN = &h19
- const LANG_SANSKRIT = &h4f
- const LANG_SERBIAN = &h1a
- const LANG_SINDHI = &h59
- const LANG_SLOVAK = &h1b
- const LANG_SLOVENIAN = &h24
- const LANG_SPANISH = &h0a
- const LANG_SWAHILI = &h41
- const LANG_SWEDISH = &h1d
- const LANG_TAMIL = &h49
- const LANG_TATAR = &h44
- const LANG_TELUGU = &h4a
- const LANG_THAI = &h1e
- const LANG_TURKISH = &h1f
- const LANG_UKRAINIAN = &h22
- const LANG_URDU = &h20
- const LANG_UZBEK = &h43
- const LANG_VIETNAMESE = &h2a
- const SORT_CHINESE_BIG5 = 0
- const SORT_CHINESE_BOPOMOFO = 3
- const SORT_CHINESE_PRC = 2
- const SORT_CHINESE_PRCP = 0
- const SORT_CHINESE_UNICODE = 1
- const SORT_DEFAULT = 0
- const SORT_GEORGIAN_MODERN = 1
- const SORT_GEORGIAN_TRADITIONAL = 0
- const SORT_GERMAN_PHONE_BOOK = 1
- const SORT_HUNGARIAN_DEFAULT = 0
- const SORT_HUNGARIAN_TECHNICAL = 1
- const SORT_JAPANESE_UNICODE = 1
- const SORT_JAPANESE_XJIS = 0
- const SORT_KOREAN_KSC = 0
- const SORT_KOREAN_UNICODE = 1
- const SUBLANG_ARABIC_ALGERIA = 5
- const SUBLANG_ARABIC_BAHRAIN = &h0f
- const SUBLANG_ARABIC_EGYPT = 3
- const SUBLANG_ARABIC_IRAQ = 2
- const SUBLANG_ARABIC_JORDAN = &h0b
- const SUBLANG_ARABIC_KUWAIT = &h0d
- const SUBLANG_ARABIC_LEBANON = &h0c
- const SUBLANG_ARABIC_LIBYA = 4
- const SUBLANG_ARABIC_MOROCCO = 6
- const SUBLANG_ARABIC_OMAN = 8
- const SUBLANG_ARABIC_QATAR = &h10
- const SUBLANG_ARABIC_SAUDI_ARABIA = 1
- const SUBLANG_ARABIC_SYRIA = &h0a
- const SUBLANG_ARABIC_TUNISIA = 7
- const SUBLANG_ARABIC_UAE = &h0e
- const SUBLANG_ARABIC_YEMEN = 9
- const SUBLANG_AZERI_CYRILLIC = 2
- const SUBLANG_AZERI_LATIN = 1
- const SUBLANG_CHINESE_HONGKONG = 3
- const SUBLANG_CHINESE_MACAU = 5
- const SUBLANG_CHINESE_SIMPLIFIED = 2
- const SUBLANG_CHINESE_SINGAPORE = 4
- const SUBLANG_CHINESE_TRADITIONAL = 1
- const SUBLANG_DEFAULT = 1
- const SUBLANG_DUTCH = 1
- const SUBLANG_DUTCH_BELGIAN = 2
- const SUBLANG_ENGLISH_AUS = 3
- const SUBLANG_ENGLISH_BELIZE = &h0a
- const SUBLANG_ENGLISH_CAN = 4
- const SUBLANG_ENGLISH_CARIBBEAN = 9
- const SUBLANG_ENGLISH_EIRE = 6
- const SUBLANG_ENGLISH_JAMAICA = 8
- const SUBLANG_ENGLISH_NZ = 5
- const SUBLANG_ENGLISH_PHILIPPINES = &h0d
- const SUBLANG_ENGLISH_SOUTH_AFRICA = 7
- const SUBLANG_ENGLISH_TRINIDAD = &h0b
- const SUBLANG_ENGLISH_UK = 2
- const SUBLANG_ENGLISH_US = 1
- const SUBLANG_ENGLISH_ZIMBABWE = &h0c
- const SUBLANG_FRENCH = 1
- const SUBLANG_FRENCH_BELGIAN = 2
- const SUBLANG_FRENCH_CANADIAN = 3
- const SUBLANG_FRENCH_LUXEMBOURG = 5
- const SUBLANG_FRENCH_MONACO = 6
- const SUBLANG_FRENCH_SWISS = 4
- const SUBLANG_GERMAN = 1
- const SUBLANG_GERMAN_AUSTRIAN = 3
- const SUBLANG_GERMAN_LIECHTENSTEIN = 5
- const SUBLANG_GERMAN_LUXEMBOURG = 4
- const SUBLANG_GERMAN_SWISS = 2
- const SUBLANG_ITALIAN = 1
- const SUBLANG_ITALIAN_SWISS = 2
- const SUBLANG_KASHMIRI_INDIA = 2
- const SUBLANG_KOREAN = 1
- const SUBLANG_LITHUANIAN = 1
- const SUBLANG_MALAY_BRUNEI_DARUSSALAM = 2
- const SUBLANG_MALAY_MALAYSIA = 1
- const SUBLANG_NEPALI_INDIA = 2
- const SUBLANG_NEUTRAL = 0
- const SUBLANG_NORWEGIAN_BOKMAL = 1
- const SUBLANG_NORWEGIAN_NYNORSK = 2
- const SUBLANG_PORTUGUESE = 2
- const SUBLANG_PORTUGUESE_BRAZILIAN = 1
- const SUBLANG_SERBIAN_CYRILLIC = 3
- const SUBLANG_SERBIAN_LATIN = 2
- const SUBLANG_SPANISH = 1
- const SUBLANG_SPANISH_ARGENTINA = &h0b
- const SUBLANG_SPANISH_BOLIVIA = &h10
- const SUBLANG_SPANISH_CHILE = &h0d
- const SUBLANG_SPANISH_COLOMBIA = 9
- const SUBLANG_SPANISH_COSTA_RICA = 5
- const SUBLANG_SPANISH_DOMINICAN_REPUBLIC = 7
- const SUBLANG_SPANISH_ECUADOR = &h0c
- const SUBLANG_SPANISH_EL_SALVADOR = &h11
- const SUBLANG_SPANISH_GUATEMALA = 4
- const SUBLANG_SPANISH_HONDURAS = &h12
- const SUBLANG_SPANISH_MEXICAN = 2
- const SUBLANG_SPANISH_MODERN = 3
- const SUBLANG_SPANISH_NICARAGUA = &h13
- const SUBLANG_SPANISH_PANAMA = 6
- const SUBLANG_SPANISH_PARAGUAY = &h0f
- const SUBLANG_SPANISH_PERU = &h0a
- const SUBLANG_SPANISH_PUERTO_RICO = &h14
- const SUBLANG_SPANISH_URUGUAY = &h0e
- const SUBLANG_SPANISH_VENEZUELA = 8
- const SUBLANG_SWEDISH = 1
- const SUBLANG_SWEDISH_FINLAND = 2
- const SUBLANG_SYS_DEFAULT = 2
- const SUBLANG_URDU_INDIA = 2
- const SUBLANG_URDU_PAKISTAN = 1
- const SUBLANG_UZBEK_CYRILLIC = 2
- const SUBLANG_UZBEK_LATIN = 1
The items on this page are in the following plugins: MBS REALbasic Cocoa Plugin, MBS REALbasic Util Plugin.
Links
MBS Realbasic tutorial videos - Pfarrgemeinde Ministranten Nickenich