WdCalendarTypeBi Enumeration 

Specifies calendar type to use when displaying the date or time.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim wdCalendarTypeBi1 As WdCalendarTypeBi = WdCalendarTypeBi.wdCalendarTypeBidi

Syntax

Public Enum WdCalendarTypeBi
public enum WdCalendarTypeBi
public enum class WdCalendarTypeBi
public enum WdCalendarTypeBi
public enum WdCalendarTypeBi

Members

Member name Description
wdCalendarTypeBidi Bi-directional calendar.
wdCalendarTypeGregorian Gregorian calendar.

Remarks

Used with the InsertDateTime method of the Range or Selection object.

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