DateTimeFormatInfo.AMDesignator プロパティ
"ante meridiem" (午前) の時間の文字列指定子を取得または設定します。
Public Property AMDesignator As String
[C#]
public string AMDesignator {get; set;}
[C++]
public: __property String* get_AMDesignator();public: __property void set_AMDesignator(String*);
[JScript]
public function get AMDesignator() : String;public function set AMDesignator(String);
プロパティ値
"ante meridiem" (午前) の時間の文字列指定子。 InvariantInfo の既定値は、"AM" です。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | プロパティが null 参照 (Visual Basic では Nothing) に設定されています。 |
InvalidOperationException | プロパティが設定されていますが、 DateTimeFormatInfo が読み取り専用です。 |
解説
カスタム パターンに形式パターン "tt" が含まれ、時刻が午前の場合、 DateTime.ToString は、形式パターンの "tt" の場所に AMDesignator の値を表示します。カスタム パターンに形式パターン ーン "t" が含まれる場合は、 AMDesignator の最初の文字だけが表示されます。
AM 指定子を使用しないカルチャでは、このプロパティは空の文字列を返します。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
参照
DateTimeFormatInfo クラス | DateTimeFormatInfo メンバ | System.Globalization 名前空間 | PMDesignator