Framework-level interface defining read-only access to a temporal object, such as a date, time, offset or some combination of these.

See java.time.temporal for full documentation

Hierarchy

  • TemporalAccessor

Methods

  • Gets the value of the specified field as an int.

    Parameters

    Returns number

  • Gets the value of the specified field as a long.

    Parameters

    Returns number

  • Checks if the specified field is supported.

    Parameters

    Returns boolean

  • Queries this date-time.

    Type Parameters

    • R

    Parameters

    Returns R

Generated using TypeDoc