Methods
| Name | Parameters | Return Type |
| FormatLocaleDateTime | Locale As Long , Expression As Date [ , NamedFormat As VbDateTimeFormat ] | String |
| FormatLocaleNumber | Locale As Long , Expression As Double [ , NumDigitsAfterDecimal As Long [ , IncludeLeadingDigit As VbTriState [ , UseParensForNegativeNumbers As VbTriState [ , GroupDigits As VbTriState ]]]] | String |
| FormatLocaleCurrency | Locale As Long , Expression As Double [ , NumDigitsAfterDecimal As Long [ , IncludeLeadingDigit As VbTriState [ , UseParensForNegativeNumbers As VbTriState [ , GroupDigits As VbTriState ]]]] | String |
| GetLocaleInfo | Locale As Long , LCType As Long | String |
| IsValidLocale | Locale As Long [ , dwFlags As LocaleFlags ] | Boolean |
| IsValidCodePage | CodePage As Long | Boolean |
| GetACP | (none) | Long |
| ConvertDefaultLocale | Locale As Long | Variant |
| GetSystemDefaultLangID | (none) | Variant |
| GetSystemDefaultLCID | (none) | Variant |
| GetSystemTime | (none) | Date |
Last modified: 1/26/2000