다음을 통해 공유


DateTimeFormatter.FormatTo(ITemporalAccessor, IAppendable) 메서드

정의

이 포맷터를 사용하여 날짜-시간 개체의 서식을 Appendable 지정합니다.

[Android.Runtime.Register("formatTo", "(Ljava/time/temporal/TemporalAccessor;Ljava/lang/Appendable;)V", "", ApiSince=26)]
public void FormatTo (Java.Time.Temporal.ITemporalAccessor? temporal, Java.Lang.IAppendable? appendable);
[<Android.Runtime.Register("formatTo", "(Ljava/time/temporal/TemporalAccessor;Ljava/lang/Appendable;)V", "", ApiSince=26)>]
member this.FormatTo : Java.Time.Temporal.ITemporalAccessor * Java.Lang.IAppendable -> unit

매개 변수

temporal
ITemporalAccessor

null이 아닌 형식을 지정할 temporal 개체

appendable
IAppendable

null이 아닌 형식에 추가할 수 있는

특성

설명

이 포맷터를 사용하여 날짜-시간 개체의 서식을 Appendable 지정합니다.

이렇게 하면 형식이 지정된 날짜-시간이 지정된 대상에 출력됩니다. Appendable는 , StringBuilderPrintStreamWriter를 포함한 StringBuffer모든 키 문자 출력 클래스에 의해 구현되는 범용 인터페이스입니다.

메서드가 throw되지만 AppendableIOException이 메서드는 throw하지 않습니다. 대신 런 IOException 타임 예외로 래핑됩니다.

에 대한 java.time.format.DateTimeFormatter.formatTo(java.time.temporal.TemporalAccessor, java.lang.Appendable)Java 설명서

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

적용 대상