TemporalField
Interface TemporalField
- All Known Implementing Classes:
- ChronoField
public interface TemporalField
A field of date-time, such as month-of-year or hour-of-minute.
Date and time is expressed using fields which partition the time-line into something meaningful for humans. Implementations of this interface represent those fields.
The most commonly used units are defined in ChronoField
. Further fields are supplied in IsoFields
, WeekFields
and JulianFields
. Fields can also be written by applic