LocalizedTimestamp


public final class LocalizedTimestamp


An object representing a localized timestamp.

Summary

Nested types

public final class LocalizedTimestamp.Builder

Builder class for LocalizedTimestamp.

Public fields

final Instant
final DateTimeZone

Public methods

Instant

Returns the timestamp for the localized timestamp.

DateTimeZone

Returns the timezone for the localized timestamp.

Public fields

timestamp

public final Instant timestamp

timezone

public final DateTimeZone timezone

Public methods

getTimestamp

public Instant getTimestamp()

Returns the timestamp for the localized timestamp.

getTimezone

public DateTimeZone getTimezone()

Returns the timezone for the localized timestamp.