TemporalField.isDateBased

Checks if this field represents a component of a date. !(p) A field is date-based if it can be derived from {@link ChronoField#EPOCH_DAY EPOCH_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 date

interface TemporalField
bool
isDateBased
()

Meta