Share via


Calendar.MonthAsSoloString メソッド

定義

オーバーロード

MonthAsSoloString()

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

MonthAsSoloString(Int32)

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

MonthAsSoloString()

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

public:
 virtual Platform::String ^ MonthAsSoloString() = MonthAsSoloString;
/// [Windows.Foundation.Metadata.Overload("MonthAsFullSoloString")]
winrt::hstring MonthAsSoloString();
[Windows.Foundation.Metadata.Overload("MonthAsFullSoloString")]
public string MonthAsSoloString();
function monthAsSoloString()
Public Function MonthAsSoloString () As String

戻り値

String

Platform::String

winrt::hstring

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

属性

こちらもご覧ください

適用対象

MonthAsSoloString(Int32)

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

public:
 virtual Platform::String ^ MonthAsSoloString(int idealLength) = MonthAsSoloString;
/// [Windows.Foundation.Metadata.Overload("MonthAsSoloString")]
winrt::hstring MonthAsSoloString(int const& idealLength);
[Windows.Foundation.Metadata.Overload("MonthAsSoloString")]
public string MonthAsSoloString(int idealLength);
function monthAsSoloString(idealLength)
Public Function MonthAsSoloString (idealLength As Integer) As String

パラメーター

idealLength
Int32

int

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

戻り値

String

Platform::String

winrt::hstring

月の文字列表現。

属性

こちらもご覧ください

適用対象