ContentControl.DateCalendarType 属性
获取或设置在表示日期选择器的 ContentControl 中显示的日历的类型。
命名空间: Microsoft.Office.Tools.Word
程序集: Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)
语法
声明
Property DateCalendarType As WdCalendarType
Get
Set
WdCalendarType DateCalendarType { get; set; }
属性值
类型:Microsoft.Office.Interop.Word.WdCalendarType
在控件中显示的日历的类型。默认值取决于操作系统的当前区域设置。
异常
异常 | 条件 |
---|---|
COMException | Type 属性的值不是 Microsoft.Office.Interop.Word.WdContentControlType.wdContentControlDate。 |
备注
此属性只能在 ContentControl 表示日期选择器时使用。
默认的日历类型取决于操作系统的区域设置。 例如,区域设置“英语(美国)”的默认日历类型为 wdCalendarWestern。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。