DateTimeFormatterBuilder.AppendZoneId 方法

定义

将时区 ID(如“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文档java.time.format.DateTimeFormatterBuilder.appendZoneId()

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于