共用方式為


DateTimeFormatterBuilder.AppendZoneId 方法

定義

將時區標識碼,例如 'Europe/Paris' 或 '+02:00' 附加至格式器。

[Android.Runtime.Register("appendZoneId", "()Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=26)]
public Java.Time.Format.DateTimeFormatterBuilder? AppendZoneId ();
[<Android.Runtime.Register("appendZoneId", "()Ljava/time/format/DateTimeFormatterBuilder;", "", ApiSince=26)>]
member this.AppendZoneId : unit -> Java.Time.Format.DateTimeFormatterBuilder

傳回

這個,用於鏈結,而不是 Null

屬性

備註

java.time.format.DateTimeFormatterBuilder.appendZoneId()Java 檔。

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

適用於