Partager via


Calendar.MonthAsSoloString Méthode

Définition

Surcharges

MonthAsSoloString()

Retourne une représentation sous forme de chaîne du mois qui convient pour l’affichage autonome.

MonthAsSoloString(Int32)

Retourne une représentation sous forme de chaîne du mois qui convient pour l’affichage autonome.

MonthAsSoloString()

Retourne une représentation sous forme de chaîne du mois qui convient pour l’affichage autonome.

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

Retours

String

Platform::String

winrt::hstring

Représentation sous forme de chaîne du mois, à l’aide de l’abréviation la plus courante disponible.

Attributs

Voir aussi

S’applique à

MonthAsSoloString(Int32)

Retourne une représentation sous forme de chaîne du mois qui convient pour l’affichage autonome.

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

Paramètres

idealLength
Int32

int

Entier positif spécifiant la longueur idéale, en caractères, pour la chaîne retournée, ou 0 spécifiant l’abréviation la plus courante disponible.

Retours

String

Platform::String

winrt::hstring

Représentation sous forme de chaîne du mois.

Attributs

Voir aussi

S’applique à