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)

Syntax

'Declaration
Public Enumeration WdCalendarTypeBi
'Usage
Dim instance As 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.

See Also

Reference

Microsoft.Office.Interop.Word Namespace