DateTimeFormat.FormatString プロパティ

定義

日付または時刻が文字列として表されるときに生成される書式を制御するための書式指定文字列を取得します。

public:
 property System::String ^ FormatString { System::String ^ get(); };
public string FormatString { get; }
member this.FormatString : string
Public ReadOnly Property FormatString As String

プロパティ値

String

日付または時刻が文字列として表されるときに生成される書式を制御するための書式指定文字列。

適用対象