Package org.deri.iris.builtins.date

Class Summary
AddDayTimeDurationToDateBuiltin Represents the RIF built-in function func:add-dayTimeDuration-to-date.
AddDayTimeDurationToDateTimeBuiltin Represents the RIF built-in function func:add-dayTimeDuration-to-dateTime.
AddDayTimeDurationToTimeBuiltin Represents the RIF built-in function func:add-dayTimeDuration-to-time.
AddYearMonthDurationToDateBuiltin Represents the RIF built-in function func:add-yearMonthDuration-to-date.
AddYearMonthDurationToDateTimeBuiltin Represents the RIF built-in function func:add-yearMonthDuration-to-dateTime.
DateEqualBuiltin Represents the RIF built-in predicate pred:date-equal.
DateGreaterBuiltin Represents the RIF built-in predicate pred:date-greater-than.
DateGreaterEqualBuiltin Represents the RIF built-in predicate pred:date-greater-equal-than.
DateLessBuiltin Represents the RIF built-in predicate pred:date-less-than.
DateLessEqualBuiltin Represents the RIF built-in predicate pred:date-less-equal-than.
DateNotEqualBuiltin Represents the RIF built-in predicate pred:date-not-equal.
DateSubtractBuiltin Represents the RIF built-in function func:subtract-dates.
DateTimeEqualBuiltin Represents the RIF built-in predicate pred:dateTime-equal.
DateTimeGreaterBuiltin Represents the RIF built-in predicate pred:dateTime-greater-than.
DateTimeGreaterEqualBuiltin Represents the RIF built-in predicate pred:dateTime-greater-equal-than.
DateTimeLessBuiltin Represents the RIF built-in predicate pred:dateTime-less-than.
DateTimeLessEqualBuiltin Represents the RIF built-in predicate pred:dateTime-less-equal-than.
DateTimeNotEqualBuiltin Represents the RIF built-in predicate pred:dateTime-not-equal.
DateTimeSubtractBuiltin Represents the RIF built-in function func:subtract-dateTimes.
DayFromDateBuiltin Represents the RIF built-in function func:day-from-date.
DayFromDateTimeBuiltin Represents the RIF built-in function func:day-from-dateTime.
DayPartBuiltin Represents the RIF built-in functions func:day-from-dateTime, func:day-from-date and func:days-from-duration.
DaysFromDurationBuiltin Represents the RIF built-in function func:days-from-duration.
DayTimeDurationAddBuiltin Represents the RIF built-in function func:add-dayTimeDurations.
DayTimeDurationDivideBuiltin Represents the RIF built-in function func:divide-dayTimeDuration.
DayTimeDurationDivideByDayTimeDurationBuiltin Represents the RIF built-in function func:divide-dayTimeDuration-by-dayTimeDuration.
DayTimeDurationGreaterBuiltin Represents the RIF built-in predicate pred:dayTimeDuration-greater-than.
DayTimeDurationGreaterEqualBuiltin Represents the RIF built-in predicate pred:dayTimeDuration-greater-equal-than.
DayTimeDurationLessBuiltin Represents the RIF built-in predicate pred:dayTimeDuration-less-than.
DayTimeDurationLessEqualBuiltin Represents the RIF built-in predicate pred:dayTimeDuration-less-equal-than.
DayTimeDurationMultiplyBuiltin Represents the RIF built-in function func:multiply-dayTimeDuration.
DayTimeDurationSubtractBuiltin Represents the RIF built-in function func:subtract-dayTimeDurations.
DurationEqualBuiltin Represents the RIF built-in predicate pred:duration-equal.
DurationNotEqualBuiltin Represents the RIF built-in predicate pred:duration-not-equal.
HourPartBuiltin Represents the RIF built-in functions func:hours-from-dateTime, func:hours-from-time and func:hours-from-duration.
HoursFromDateTimeBuiltin Represents the RIF built-in function func:hours-from-dateTime.
HoursFromDurationBuiltin Represents the RIF built-in function func:hours-from-duration.
HoursFromTimeBuiltin Represents the RIF built-in function func:hours-from-time.
MinutePartBuiltin Represents the RIF built-in functions func:minutes-from-dateTime, func:minutes-from-time and func:minutes-from-duration.
MinutesFromDateTimeBuiltin Represents the RIF built-in function func:minutes-from-dateTime.
MinutesFromDurationBuiltin Represents the RIF built-in function func:minutes-from-duration.
MinutesFromTimeBuiltin Represents the RIF built-in function func:minutes-from-time.
MonthFromDateBuiltin Represents the RIF built-in function func:month-from-date.
MonthFromDateTimeBuiltin Represents the RIF built-in function func:month-from-dateTime.
MonthPartBuiltin Represents the RIF built-in functions func:month-from-dateTime, func:month-from-date and func:months-from-duration.
MonthsFromDurationBuiltin Represents the RIF built-in function func:months-from-duration.
SecondPartBuiltin Represents the RIF built-in functions func:seconds-from-dateTime, func:seconds-from-time and func:minutes-from-duration.
SecondsFromDateTimeBuiltin Represents the RIF built-in function func:seconds-from-dateTime.
SecondsFromDurationBuiltin Represents the RIF built-in function func:seconds-from-duration.
SecondsFromTimeBuiltin Represents the RIF built-in function func:seconds-from-time.
SubtractDayTimeDurationFromDateBuiltin Represents the RIF built-in function func:subtract-dayTimeDuration-from-date.
SubtractDayTimeDurationFromDateTimeBuiltin Represents the RIF built-in function func:subtract-dayTimeDuration-from-dateTime.
SubtractDayTimeDurationFromTimeBuiltin Represents the RIF built-in function func:subtract-dayTimeDuration-from-time.
SubtractYearMonthDurationFromDateBuiltin Represents the RIF built-in function func:subtract-yearMonthDuration-from-date.
SubtractYearMonthDurationFromDateTimeBuiltin Represents the RIF built-in function func:subtract-yearMonthDuration-from-dateTime.
TimeEqualBuiltin Represents the RIF built-in predicate pred:time-equal.
TimeGreaterBuiltin Represents the RIF built-in predicate pred:time-greater-than.
TimeGreaterEqualBuiltin Represents the RIF built-in predicate pred:time-greater-equal-than.
TimeLessBuiltin Represents the RIF built-in predicate pred:time-less-than.
TimeLessEqualBuiltin Represents the RIF built-in predicate pred:time-less-equal-than.
TimeNotEqualBuiltin Represents the RIF built-in predicate pred:time-not-equal.
TimeSubtractBuiltin Represents the RIF built-in function func:subtract-times.
TimezoneFromDateBuiltin Represents the RIF built-in function func:timezone-from-date.
TimezoneFromDateTimeBuiltin Represents the RIF built-in function func:timezone-from-dateTime.
TimezoneFromTimeBuiltin Represents the RIF built-in function func:timezone-from-time.
TimezonePartBuiltin Represents the RIF built-in functions func:timezone-from-dateTime and func:timezone-from-date.
YearFromDateBuiltin Represents the RIF built-in function func:year-from-date.
YearFromDateTimeBuiltin Represents the RIF built-in function func:year-from-dateTime.
YearMonthDurationAddBuiltin Represents the RIF built-in function func:add-yearMonthDurations.
YearMonthDurationDivideBuiltin Represents the RIF built-in function func:divide-yearMonthDuration.
YearMonthDurationDivideByYearMonthDurationBuiltin Represents the RIF built-in function func:divide-yearMonthDuration-by-yearMonthDuration.
YearMonthDurationGreaterBuiltin Represents the RIF built-in predicate pred:yearMonthDuration-greater-than.
YearMonthDurationGreaterEqualBuiltin Represents the RIF built-in predicate pred:yearMonthDuration-greater-equal-than.
YearMonthDurationLessBuiltin Represents the RIF built-in predicate pred:yearMonthDuration-less-than.
YearMonthDurationLessEqualBuiltin Represents the RIF built-in predicate pred:yearMonthDuration-less-equal-than.
YearMonthDurationMultiplyBuiltin Represents the RIF built-in function func:multiply-yearMonthDuration.
YearMonthDurationSubtractBuiltin Represents the RIF built-in function func:subtract-yearMonthDurations.
YearPartBuiltin Represents the RIF built-in functions func:year-from-dateTime, func:year-from-date and func:years-from-duration.
YearsFromDurationBuiltin Represents the RIF built-in function func:years-from-duration.