Calendar.MonthAsSoloString Method

Definition

Overloads

MonthAsSoloString()

Returns a string representation of the month suitable for stand-alone display.

MonthAsSoloString(Int32)

Returns a string representation of the month suitable for stand-alone display.

MonthAsSoloString()

Returns a string representation of the month suitable for stand-alone display.

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

Returns

String

A string representation of the month, using the most common abbreviation available.

Attributes

See also

Applies to

WinRT Build 26100 and other versions
Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

MonthAsSoloString(Int32)

Returns a string representation of the month suitable for stand-alone display.

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

Parameters

idealLength
Int32

A positive integer specifying the ideal length, in characters, for the returned string, or 0 specifying the most common abbreviation available.

Returns

String

A string representation of the month.

Attributes

See also

Applies to

WinRT Build 26100 and other versions
Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100