DateTimePatternGenerator.GetDateTimeFormat(Int32) 메서드

정의

setDateTimeFormat에 해당하는 Getter입니다.

[Android.Runtime.Register("getDateTimeFormat", "(I)Ljava/lang/String;", "GetGetDateTimeFormat_IHandler", ApiSince=35)]
public virtual string? GetDateTimeFormat(int style);
[<Android.Runtime.Register("getDateTimeFormat", "(I)Ljava/lang/String;", "GetGetDateTimeFormat_IHandler", ApiSince=35)>]
abstract member GetDateTimeFormat : int -> string
override this.GetDateTimeFormat : int -> string

매개 변수

style
Int32

DateFormat.FULL 중 하나입니다. DateFormat.SHORT. 범위를 벗어나면 예외가 throw됩니다.

반품

지정된 스타일의 현재 dateTimeFormat입니다.

특성

설명

setDateTimeFormat에 해당하는 Getter입니다.

에 대한 android.icu.text.DateTimePatternGenerator.getDateTimeFormat(int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상