DatePickerContentControl.DateDisplayLocale 属性 (2007 system)

更新:2007 年 11 月

获取或设置 DatePickerContentControl 中显示的日期的语言格式。

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word.v9.0(在 Microsoft.Office.Tools.Word.v9.0.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public Property DateDisplayLocale As WdLanguageID
用法
Dim instance As DatePickerContentControl
Dim value As WdLanguageID

value = instance.DateDisplayLocale

instance.DateDisplayLocale = value
[BrowsableAttribute(false)]
public WdLanguageID DateDisplayLocale { get; set; }

属性值

类型:Microsoft.Office.Interop.Word.WdLanguageID

WdLanguageID 值之一。

备注

DateDisplayLocale 属性的默认值取决于在 Microsoft Office Word 中指定的编辑语言。例如,“英语(美国)”的默认语言格式为 wdEnglishUS

权限

另请参见

参考

DatePickerContentControl 类

DatePickerContentControl 成员

Microsoft.Office.Tools.Word 命名空间