LocalizedTimestamp.Builder


class LocalizedTimestamp.Builder


Builder class for LocalizedTimestamp.

Summary

Public constructors

Public functions

LocalizedTimestamp!
LocalizedTimestamp.Builder!

Sets the timestamp for the localized timestamp.

LocalizedTimestamp.Builder!

Sets the timezone for the localized timestamp.

Public constructors

Builder

Builder()

Public functions

build

fun build(): LocalizedTimestamp!

setTimestamp

@CanIgnoreReturnValue
fun setTimestamp(timestamp: Instant!): LocalizedTimestamp.Builder!

Sets the timestamp for the localized timestamp.

Required.

setTimezone

@CanIgnoreReturnValue
fun setTimezone(timezone: DateTimeZone!): LocalizedTimestamp.Builder!

Sets the timezone for the localized timestamp.

Required.