다음을 통해 공유


DateFormat 클래스

정의

[Android.Runtime.Register("android/icu/text/DateFormat", ApiSince=24, DoNotGenerateAcw=true)]
public abstract class DateFormat : Android.Icu.Text.UFormat
[<Android.Runtime.Register("android/icu/text/DateFormat", ApiSince=24, DoNotGenerateAcw=true)>]
type DateFormat = class
    inherit UFormat
상속
파생
특성

설명

Android 플랫폼 설명서

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

생성자

DateFormat()
DateFormat(IntPtr, JniHandleOwnership)

필드

AbbrGenericTz
AbbrMonth
AbbrMonthDay
AbbrMonthWeekdayDay
AbbrQuarter
AbbrSpecificTz
AbbrUtcTz
AbbrWeekday
AmPmField
AmPmMidnightNoonField
DateField
Day
DayOfWeekField
DayOfWeekInMonthField
DayOfYearField
Default
DowLocalField
EraField
ExtendedYearField
FlexibleDayPeriodField
FractionalSecondField
Full
GenericTz
Hour
Hour0Field
Hour1Field
Hour24
Hour24Minute
Hour24MinuteSecond
HourMinute
HourMinuteSecond
HourOfDay0Field
HourOfDay1Field
JulianDayField
LocationTz
Long
Medium
MillisecondField
MillisecondsInDayField
Minute
MinuteField
MinuteSecond
Month
MonthDay
MonthField
MonthWeekdayDay
None
NumMonth
NumMonthDay
NumMonthWeekdayDay
Quarter
QuarterField
Relative
RelativeDefault
RelativeFull
RelativeLong
RelativeMedium
RelativeShort
Second
SecondField
Short
SpecificTz
StandaloneDayField
StandaloneMonthField
StandaloneQuarterField
TimezoneField
TimezoneGenericField
TimezoneIsoField
TimezoneIsoLocalField
TimezoneLocalizedGmtOffsetField
TimezoneRfcField
TimezoneSpecialField
Weekday
WeekOfMonthField
WeekOfYearField
Year
YearAbbrMonth
YearAbbrMonthDay
YearAbbrMonthWeekdayDay
YearAbbrQuarter
YearField
YearMonth
YearMonthDay
YearMonthWeekdayDay
YearNameField
YearNumMonth
YearNumMonthDay
YearNumMonthWeekdayDay
YearQuarter
YearWoyField

속성

Calendar
CalendarLenient
Class

Object런타임 클래스를 반환합니다.

(다음에서 상속됨 Object)
DateInstance
DateTimeInstance
Handle

기본 Android 인스턴스에 대한 핸들입니다.

(다음에서 상속됨 Object)
Instance
JniIdentityHashCode (다음에서 상속됨 Object)
JniPeerMembers
Lenient
NumberFormat
PeerReference (다음에서 상속됨 Object)
ThresholdClass
ThresholdType
TimeInstance
TimeZone

메서드

Clone()

이 개체의 복사본을 만들고 반환합니다.

(다음에서 상속됨 _Format)
Dispose() (다음에서 상속됨 Object)
Dispose(Boolean) (다음에서 상속됨 Object)
Equals(Object)

다른 개체가 이 개체와 "같음"인지 여부를 나타냅니다.

(다음에서 상속됨 Object)
Format(Calendar, StringBuffer, FieldPosition)
Format(Date)
Format(Date, StringBuffer, FieldPosition)
Format(Object)

문자열을 생성할 개체의 형식을 지정합니다.

(다음에서 상속됨 _Format)
Format(Object, StringBuffer, FieldPosition)
FormatToCharacterIterator(Object)

를 생성하는 개체의 형식을 지정합니다 AttributedCharacterIterator.

(다음에서 상속됨 _Format)
GetAvailableLocales()
GetBooleanAttribute(DateFormat+BooleanAttribute)
GetContext(DisplayContext+Type)
GetDateInstance(Calendar, DateFormatStyle)
GetDateInstance(Calendar, DateFormatStyle, Locale)
GetDateInstance(Calendar, DateFormatStyle, ULocale)
GetDateInstance(DateFormatStyle)
GetDateInstance(DateFormatStyle, Locale)
GetDateInstance(DateFormatStyle, ULocale)
GetDateTimeInstance(Calendar, DateFormatStyle, Int32)
GetDateTimeInstance(Calendar, DateFormatStyle, Int32, Locale)
GetDateTimeInstance(Calendar, DateFormatStyle, Int32, ULocale)
GetDateTimeInstance(DateFormatStyle, Int32)
GetDateTimeInstance(DateFormatStyle, Int32, Locale)
GetDateTimeInstance(DateFormatStyle, Int32, ULocale)
GetHashCode()

개체에 대한 해시 코드 값을 반환합니다.

(다음에서 상속됨 Object)
GetInstance(Calendar)
GetInstance(Calendar, Locale)
GetInstance(Calendar, ULocale)
GetInstanceForSkeleton(Calendar, String, Locale)
GetInstanceForSkeleton(Calendar, String, ULocale)
GetInstanceForSkeleton(String)
GetInstanceForSkeleton(String, Locale)
GetInstanceForSkeleton(String, ULocale)
GetPatternInstance(Calendar, String, Locale)
GetPatternInstance(Calendar, String, ULocale)
GetPatternInstance(String)
GetPatternInstance(String, Locale)
GetPatternInstance(String, ULocale)
GetTimeInstance(Calendar, DateFormatStyle)
GetTimeInstance(Calendar, DateFormatStyle, Locale)
GetTimeInstance(Calendar, DateFormatStyle, ULocale)
GetTimeInstance(DateFormatStyle)
GetTimeInstance(DateFormatStyle, Locale)
GetTimeInstance(DateFormatStyle, ULocale)
JavaFinalize()

가비지 수집에서 개체에 대한 참조가 더 이상 없다고 판단할 때 개체의 가비지 수집기에서 호출됩니다.

(다음에서 상속됨 Object)
Notify()

이 개체의 모니터에서 대기 중인 단일 스레드를 해제합니다.

(다음에서 상속됨 Object)
NotifyAll()

이 개체의 모니터에서 대기 중인 모든 스레드를 해제합니다.

(다음에서 상속됨 Object)
Parse(String)
Parse(String, Calendar, ParsePosition)
Parse(String, ParsePosition)
ParseObject(String)

지정된 문자열의 시작 부분에서 텍스트를 구문 분석하여 개체를 생성합니다.

(다음에서 상속됨 _Format)
ParseObject(String, ParsePosition)
SetBooleanAttribute(DateFormat+BooleanAttribute, Boolean)
SetContext(DisplayContext)
SetHandle(IntPtr, JniHandleOwnership)

Handle 속성을 설정합니다.

(다음에서 상속됨 Object)
ToArray<T>() (다음에서 상속됨 Object)
ToString()

개체의 문자열 표현을 반환합니다.

(다음에서 상속됨 Object)
UnregisterFromRuntime() (다음에서 상속됨 Object)
Wait()

현재 스레드가 각성될 때까지 대기하게 하며, 일반적으로 <알림을 받<>거나 <><중단/종료>합니다.>

(다음에서 상속됨 Object)
Wait(Int64)

현재 스레드가 각성될 때까지 대기하게 하며, 일반적으로 <>알림을 받<거나 <중단/>종료><>하거나 일정량의 실시간 경과가 발생할 때까지 대기합니다.

(다음에서 상속됨 Object)
Wait(Int64, Int32)

현재 스레드가 각성될 때까지 대기하게 하며, 일반적으로 <>알림을 받<거나 <중단/>종료><>하거나 일정량의 실시간 경과가 발생할 때까지 대기합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

IJavaPeerable.Disposed() (다음에서 상속됨 Object)
IJavaPeerable.DisposeUnlessReferenced() (다음에서 상속됨 Object)
IJavaPeerable.Finalized() (다음에서 상속됨 Object)
IJavaPeerable.JniManagedPeerState (다음에서 상속됨 Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (다음에서 상속됨 Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (다음에서 상속됨 Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (다음에서 상속됨 Object)

확장 메서드

JavaCast<TResult>(IJavaObject)

Android 런타임 확인 형식 변환을 수행합니다.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

적용 대상