ContentControl.DateDisplayFormat 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定字串,指定代表日期選取器的 ContentControl 中所顯示之日期格式。
public:
property System::String ^ DateDisplayFormat { System::String ^ get(); void set(System::String ^ value); };
public string DateDisplayFormat { get; set; }
member this.DateDisplayFormat : string with get, set
Public Property DateDisplayFormat As String
屬性值
字串,指定 ContentControl 顯示日期的格式。
例外狀況
屬性Type的值不是 Microsoft.Office.Interop.Word。WdContentControlType.wdContentControlDate。
備註
只有當 代表日期選擇器時 ContentControl ,才能使用這個屬性。
默認日期格式是 Microsoft Office Word 中指定的格式設定,通常取決於作業系統的地區設定。 例如,地區設定英文 (美國) 的預設日期格式為 mm/dd/yyyy
。