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)

Usage

Dim wdInternationalIndex1 As WdInternationalIndex = WdInternationalIndex.wd24HourClock

Syntax

Public Enum WdInternationalIndex
public enum WdInternationalIndex
public enum class WdInternationalIndex
public enum WdInternationalIndex
public enum WdInternationalIndex

Members

Member name Description
wd24HourClock Returns True if you're using 24-hour time; returns False if you're using 12-hour time.
wdCurrencyCode Returns the currency symbol ($ in U.S. English).
wdDateSeparator Returns the date separator (/ in U.S. English).
wdDecimalSeparator Returns the decimal separator (. in U.S. English).
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).
wdListSeparator Returns the list separator (, in U.S. English).
wdProductLanguageID Returns the language version of Word.
wdThousandsSeparator Returns the thousands separator (, in U.S. English).
wdTimeSeparator Returns the time separator (: in U.S. English).

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace