TemporalField.isTimeBased

Checks if this field represents a component of a time. !(p) A field is time-based if it can be derived from {@link ChronoField#NANO_OF_DAY NANO_OF_DAY}. Note that it is valid for both {@code isDateBased()} and {@code isTimeBased()} to return false, such as when representing a field like minute-of-week.

@return true if this field is a component of a time

interface TemporalField
bool
isTimeBased
()

Meta