- IExpirable - Interface in com.helger.datetime.expiration
-
Read-only interface for objects that can expire.
- IExpirableWithReplacement<DATATYPE> - Interface in com.helger.datetime.expiration
-
Read-only interface for objects that can expire but offer a replacement once
the object expires.
- IHasCreationDateTime - Interface in com.helger.datetime.domain
-
Interface for objects having a creation date time.
- IHasDeletionDateTime - Interface in com.helger.datetime.domain
-
Interface for objects having a deletion date time.
- IHasLastModificationDateTime - Interface in com.helger.datetime.domain
-
Interface for objects having a last modification date time.
- IHasStartAndEnd<DATATYPE> - Interface in com.helger.datetime.domain
-
Base interface for an object that has a start and an end.
- IHasTrashDateTime - Interface in com.helger.datetime.domain
-
Interface for objects having a trash date time.
- ILocalDatePeriod - Interface in com.helger.datetime.period
-
Base interface for a period consisting of 2 local date periods.
- IMutableExpirable - Interface in com.helger.datetime.expiration
-
Interface for objects that can expire.
- IMutableExpirableWithReplacement<DATATYPE> - Interface in com.helger.datetime.expiration
-
Interface for objects that can expire but offer a replacement once the object
expires.
- isBetweenIncl(LocalDate, LocalDate, LocalDate) - Static method in class com.helger.datetime.util.PDTHelper
-
- isCreatedAt(LocalDateTime) - Method in interface com.helger.datetime.domain.IHasCreationDateTime
-
Check if the object was created at the specified local date time.
- isDeletedAt(LocalDateTime) - Method in interface com.helger.datetime.domain.IHasDeletionDateTime
-
Check if the object was deleted at the specified local date time.
- isExpirationDefined() - Method in interface com.helger.datetime.expiration.IExpirable
-
Check if the object has an expiration date defined.
- isExpiredAt(LocalDateTime) - Method in interface com.helger.datetime.expiration.IExpirable
-
Check if this object is expired at the provided date time.
- isExpiredNow() - Method in interface com.helger.datetime.expiration.IExpirable
-
Check if this object is already expired.
- isFirstDayOfWeek(DayOfWeek) - Static method in class com.helger.datetime.util.PDTHelper
-
- isFirstDayOfWeek(ZonedDateTime) - Static method in class com.helger.datetime.util.PDTHelper
-
- isFirstDayOfWeek(LocalDateTime) - Static method in class com.helger.datetime.util.PDTHelper
-
- isFirstDayOfWeek(LocalDate) - Static method in class com.helger.datetime.util.PDTHelper
-
- isInPeriodExcl(LocalDate) - Method in interface com.helger.datetime.period.ILocalDatePeriod
-
Check if the provided date is inside this period, assuming that start and
end are excluded from/not part of the range.
- isInPeriodIncl(LocalDate) - Method in interface com.helger.datetime.period.ILocalDatePeriod
-
Check if the provided date is inside this period, assuming that start and
end are included in/part of the range.
- isLastDayOfWeek(DayOfWeek) - Static method in class com.helger.datetime.util.PDTHelper
-
- isLastDayOfWeek(ZonedDateTime) - Static method in class com.helger.datetime.util.PDTHelper
-
- isLastDayOfWeek(LocalDateTime) - Static method in class com.helger.datetime.util.PDTHelper
-
- isLastDayOfWeek(LocalDate) - Static method in class com.helger.datetime.util.PDTHelper
-
- isLastModifiedAt(LocalDateTime) - Method in interface com.helger.datetime.domain.IHasLastModificationDateTime
-
Check if the object was modified at the specified local date time.
- isNewYearsEve(LocalDate) - Static method in class com.helger.datetime.util.PDTHelper
-
- isNowInPeriodExcl() - Method in interface com.helger.datetime.period.ILocalDatePeriod
-
Check if the current date is inside this period, assuming that start and
end are excluded from/not part of the range.
- isNowInPeriodIncl() - Method in interface com.helger.datetime.period.ILocalDatePeriod
-
Check if the current date is inside this period, assuming that start and
end are included in/part of the range.
- isNullValue(LocalDate) - Static method in class com.helger.datetime.util.PDTHelper
-
- isNullValue(LocalTime) - Static method in class com.helger.datetime.util.PDTHelper
-
- isNullValue(LocalDateTime) - Static method in class com.helger.datetime.util.PDTHelper
-
- isNullValue(ZonedDateTime) - Static method in class com.helger.datetime.util.PDTHelper
-
- isSameMonthAndDay(LocalDate, LocalDate) - Static method in class com.helger.datetime.util.PDTHelper
-
- isSameYearAndDay(LocalDate, LocalDate) - Static method in class com.helger.datetime.util.PDTHelper
-
- isSameYearAndWeek(LocalDate, LocalDate, Locale) - Static method in class com.helger.datetime.util.PDTHelper
-
- isTrashedAt(LocalDateTime) - Method in interface com.helger.datetime.domain.IHasTrashDateTime
-
Check if the object was trashed at the specified local date time.
- isWeekend(LocalDateTime) - Static method in class com.helger.datetime.util.PDTHelper
-
- isWeekend(LocalDate) - Static method in class com.helger.datetime.util.PDTHelper
-
- isWeekendDay(DayOfWeek) - Static method in class com.helger.datetime.util.PDTHelper
-
- isWorkDay(LocalDate) - Static method in class com.helger.datetime.util.PDTHelper
-