DateFormatSymbols.GetShortMonths メソッド

定義

短い月の文字列を返します。

[Android.Runtime.Register("getShortMonths", "()[Ljava/lang/String;", "GetGetShortMonthsHandler", ApiSince=24)]
public virtual string[]? GetShortMonths();
[<Android.Runtime.Register("getShortMonths", "()[Ljava/lang/String;", "GetGetShortMonthsHandler", ApiSince=24)>]
abstract member GetShortMonths : unit -> string[]
override this.GetShortMonths : unit -> string[]

返品

String[]

短い月の文字列。

属性

注釈

短い月の文字列を返します。 例: "Jan"、"Feb"など。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象