英語で読む

次の方法で共有


Calendar.MonthAsSoloString メソッド

定義

オーバーロード

MonthAsSoloString()

スタンドアロン表示に適した月の文字列表現を返します。

MonthAsSoloString(Int32)

スタンドアロン表示に適した月の文字列表現を返します。

MonthAsSoloString()

スタンドアロン表示に適した月の文字列表現を返します。

[Windows.Foundation.Metadata.Overload("MonthAsFullSoloString")]
public string MonthAsSoloString();

戻り値

String

利用可能な最も一般的な省略形を使用した月の文字列表現。

属性

こちらもご覧ください

適用対象

MonthAsSoloString(Int32)

スタンドアロン表示に適した月の文字列表現を返します。

[Windows.Foundation.Metadata.Overload("MonthAsSoloString")]
public string MonthAsSoloString(int idealLength);

パラメーター

idealLength
Int32

返される文字列の理想的な長さを文字数で指定する正の整数、または使用可能な最も一般的な省略形を指定する 0。

戻り値

String

月の文字列表現。

属性

こちらもご覧ください

適用対象