LocalizedTimestamp.Builder


public final class LocalizedTimestamp.Builder


Builder class for LocalizedTimestamp.

Summary

Public constructors

Public methods

LocalizedTimestamp
LocalizedTimestamp.Builder

Sets the timestamp for the localized timestamp.

LocalizedTimestamp.Builder

Sets the timezone for the localized timestamp.

Public constructors

Builder

public Builder()

Public methods

build

public LocalizedTimestamp build()

setTimestamp

@CanIgnoreReturnValue
public LocalizedTimestamp.Builder setTimestamp(Instant timestamp)

Sets the timestamp for the localized timestamp.

Required.

setTimezone

@CanIgnoreReturnValue
public LocalizedTimestamp.Builder setTimezone(DateTimeZone timezone)

Sets the timezone for the localized timestamp.

Required.