Calendar.MonthAsSoloString メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
戻り値
利用可能な最も一般的な省略形を使用した月の文字列表現。
- 属性
こちらもご覧ください
適用対象
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。
戻り値
月の文字列表現。
- 属性