WdInternationalIndex Enumeration
Specifies information specific to the current country/region and international settings.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdInternationalIndex
'Usage
Dim instance As WdInternationalIndex
public enum WdInternationalIndex
Members
Member name | Description | |
---|---|---|
wdListSeparator | Returns the list separator (, in U.S. English). | |
wdDecimalSeparator | Returns the decimal separator (. in U.S. English). | |
wdThousandsSeparator | Returns the thousands separator (, in U.S. English). | |
wdCurrencyCode | Returns the currency symbol ($ in U.S. English). | |
wd24HourClock | Returns True if you're using 24-hour time; returns False if you're using 12-hour time. | |
wdInternationalAM | Returns the string used to indicate morning hours (for example, 10 AM). | |
wdInternationalPM | Returns the string used to indicate afternoon and evening hours (for example, 2 PM). | |
wdTimeSeparator | Returns the time separator (: in U.S. English). | |
wdDateSeparator | Returns the date separator (/ in U.S. English). | |
wdProductLanguageID | Returns the language version of Word. |