Uses of Class
ch.ivyteam.ivy.scripting.objects.Date
Packages that use Date
-
Uses of Date in ch.ivyteam.ivy.application.calendar
Methods in ch.ivyteam.ivy.application.calendar that return DateModifier and TypeMethodDescriptionFreeDate.getDate()Returns the dateIBusinessCalendar.getFirstWorkDayOfMonth(Number relativeMonths) Calculates the first working day of a month relative to the current month.IBusinessCalendar.getFirstWorkDayOfWeek(Number relativeWeeks) Calculates the first working day of a week relative to the current week.IBusinessCalendar.getFirstWorkDayOfYear(Number relativeYears) Calculates the first working day of a year relative to the current year.IBusinessCalendar.getLastWorkDayOfMonth(Number relativeMonths) Calculates the last working date of a month relative to the current month.IBusinessCalendar.getLastWorkDayOfWeek(Number relativeWeeks) Calculates the last working date of a week relative to the current week.IBusinessCalendar.getLastWorkDayOfYear(Number relativeYears) Calculates the last working date of a year relative to the current year.IBusinessCalendar.getWorkDayIn(Date startDate, Number relativeWorkDays) Calculates the working day date after the relative amount of working days are over.IBusinessCalendar.getWorkDayIn(Number relativeWorkDays) Calculates the working day date after the relative amount of working days are over.
SeeIBusinessCalendar.getWorkDayIn(Date, Number)for more information.Methods in ch.ivyteam.ivy.application.calendar with parameters of type DateModifier and TypeMethodDescriptionIBusinessCalendar.getWorkDayIn(Date startDate, Number relativeWorkDays) Calculates the working day date after the relative amount of working days are over.IBusinessCalendar.getWorkDayIn(Date startDate, Number relativeWorkDays, Time dayTime) Calculates the working day date after the relative amount of working days are over.booleanChecks whether a date is a working day or not.voidSets the date to the given parameterConstructors in ch.ivyteam.ivy.application.calendar with parameters of type Date -
Uses of Date in ch.ivyteam.ivy.scripting.objects
Fields in ch.ivyteam.ivy.scripting.objects declared as DateModifier and TypeFieldDescriptionstatic final DateDate.INVALIDAn invalid date object.static final DateDate.UNINITIALIZED_DATEAn uninitialized date object.Methods in ch.ivyteam.ivy.scripting.objects that return DateModifier and TypeMethodDescriptionAdds a duration to this date.Date.clone()Creates a clone of this object.DateTime.getDate()Returns the specified element as a Date object.Subtracts a duration to this date.DateTime.toIvyDate()Methods in ch.ivyteam.ivy.scripting.objects that return types with arguments of type DateModifier and TypeMethodDescriptionXml.getDateList(String xPath) Returns the specified elements a a list of Dates.Methods in ch.ivyteam.ivy.scripting.objects with parameters of type DateModifier and TypeMethodDescriptionintCompares two dates.Returns a normalized Duration representing the difference between this Date and the argument.Constructors in ch.ivyteam.ivy.scripting.objects with parameters of type Date