Uses of Interface
net.time4j.engine.ChronoCondition
Packages that use 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
Classes in net.time4j that implement ChronoConditionModifier and TypeClassDescriptionclassRepresents the half day relative to noon.classEnumeration of months in ISO-8601-calendar.classRepresents a quarter (in most cases of a year).classEnumeration of weekdays.Methods in net.time4j that return ChronoConditionModifier and TypeMethodDescriptionWeekmodel.weekend()Defines a chronological condition if a date matches a weekend. -
Uses of ChronoCondition in net.time4j.calendar
Classes in net.time4j.calendar that implement ChronoConditionModifier and TypeClassDescriptionclassThe Coptic calendar defines 13 Coptic months.classThe Ethiopian calendar defines 13 months like the Coptic calendar.classThe Hebrew calendar defines 13 Hebrew months.classThe Hijri calendar defines 12 islamic months.classThe Indian national calendar defines 12 indian months.static classRepresents a strategy how to select nengos.classThe Persian calendar defines 12 persian months. -
Uses of ChronoCondition in net.time4j.calendar.astro
Classes in net.time4j.calendar.astro that implement ChronoConditionModifier and TypeClassDescriptionstatic classRepresents the event when the sun or moon enters or exits a zodiac.Methods in net.time4j.calendar.astro that return ChronoConditionModifier 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
Classes in net.time4j.calendar.hindu that implement ChronoConditionModifier and TypeClassDescriptionclassThe Hindu day of month extends between 1 and at maximum 32 and might also have a leap state when used in lunisolar context.classThe Hindu month varies in length and might also have a leap state when used in lunisolar context. -
Uses of ChronoCondition in net.time4j.engine
Methods in net.time4j.engine with parameters of type ChronoConditionModifier and TypeMethodDescriptionbooleanChronoEntity.matches(ChronoCondition<? super T> condition)Queries if this entity matches given condition. -
Uses of ChronoCondition in net.time4j.format.expert
Methods in net.time4j.format.expert with parameters of type ChronoConditionModifier 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
Subinterfaces of ChronoCondition in net.time4j.rangeModifier and TypeInterfaceDescriptioninterfaceRepresents a rule how to find a non-business day.Methods in net.time4j.range that return ChronoConditionModifier 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.