DateTimeFormatterBuilder.Append(DateTimeFormatter) 方法

定义

将格式化程序的所有元素追加到生成器。

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

参数

formatter
DateTimeFormatter

要添加的格式化程序,而不是 null

返回

此操作用于链接,而不是 null

属性

注解

Java文档java.time.format.DateTimeFormatterBuilder.append(java.time.format.DateTimeFormatter)

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

适用于