共用方式為


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

appendable
IAppendable

可附加至 的格式,而非 null

屬性

備註

使用這個格式子會將日期時間物件格式化為 Appendable

這會將格式化的日期時間輸出至指定的目的地。 Appendable是一般用途介面,由所有索引鍵字元輸出類別實作,包括 StringBufferPrintStream StringBuilderWriter

雖然 Appendable 方法會擲回 IOException,但這個方法不會。 相反地,任何 IOException 都會包裝在運行時間例外狀況中。

java.time.format.DateTimeFormatter.formatTo(java.time.temporal.TemporalAccessor, java.lang.Appendable)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於