WdCalendarTypeBi Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies calendar type to use when displaying the date or time.
public enum class WdCalendarTypeBi
C#
[System.Runtime.InteropServices.Guid("E99F6EC3-9FC0-370C-AE31-1A0452AC413A")]
public enum WdCalendarTypeBi
type WdCalendarTypeBi =
Public Enum WdCalendarTypeBi
- Inheritance
-
WdCalendarTypeBi
- Attributes
Name | Value | Description |
---|---|---|
wdCalendarTypeBidi | 99 | Bi-directional calendar. |
wdCalendarTypeGregorian | 100 | Gregorian calendar. |
Used with the InsertDateTime method of the Range or Selection object.
Product | Versions |
---|---|
Word primary interop assembly | Latest |