Uses of Interface
net.time4j.engine.ChronoCondition
Package
Description
The main package contains four basic types of ISO-8601, namely
PlainDate
, PlainTime
, PlainTimestamp
and Moment
.Support for various regional calendars.
Contains classes related to calendrical astronomy.
Support for the traditional Hindu calendar family.
Defines the common generic schemes and interfaces of chronological
systems.
This package contains the expert-level format- and parse engine of Time4J.
Interval support.
-
Uses of ChronoCondition in net.time4j
Modifier and TypeClassDescriptionclass
Represents the half day relative to noon.class
Enumeration of months in ISO-8601-calendar.class
Represents a quarter (in most cases of a year).class
Enumeration of weekdays.Modifier and TypeMethodDescriptionWeekmodel.weekend()
Defines a chronological condition if a date matches a weekend. -
Uses of ChronoCondition in net.time4j.calendar
Modifier and TypeClassDescriptionclass
The Coptic calendar defines 13 Coptic months.class
The Ethiopian calendar defines 13 months like the Coptic calendar.class
The Hebrew calendar defines 13 Hebrew months.class
The Hijri calendar defines 12 islamic months.class
The Indian national calendar defines 12 indian months.static class
Represents a strategy how to select nengos.class
The Persian calendar defines 12 persian months. -
Uses of ChronoCondition in net.time4j.calendar.astro
Modifier and TypeClassDescriptionstatic class
Represents the event when the sun or moon enters or exits a zodiac.Modifier and TypeMethodDescriptionSolarTime.midnightSun()
Determines if the sun is visible all day on a given calendar date.SolarTime.polarNight()
Determines if the sun is invisible all day on a given calendar date. -
Uses of ChronoCondition in net.time4j.calendar.hindu
Modifier and TypeClassDescriptionclass
The Hindu day of month extends between 1 and at maximum 32 and might also have a leap state when used in lunisolar context.class
The Hindu month varies in length and might also have a leap state when used in lunisolar context. -
Uses of ChronoCondition in net.time4j.engine
Modifier and TypeMethodDescriptionboolean
ChronoEntity.matches(ChronoCondition<? super T> condition)
Queries if this entity matches given condition. -
Uses of ChronoCondition in net.time4j.format.expert
Modifier and TypeMethodDescriptionChronoFormatter.Builder.startOptionalSection(ChronoCondition<ChronoDisplay> printCondition)
Starts a new optional section where errors in parsing will not cause an exception but just be ignored. -
Uses of ChronoCondition in net.time4j.range
Modifier and TypeInterfaceDescriptioninterface
Represents a rule how to find a non-business day.Modifier and TypeMethodDescriptiondefault ChronoCondition<PlainDate>
HolidayModel.firstBusinessDayInMonth()
Queries if a given date is the first business day of month.default ChronoCondition<PlainDate>
HolidayModel.lastBusinessDayInMonth()
Queries if a given date is the last business day of month.