Uses of Class
ch.ivyteam.ivy.scripting.objects.Date
-
Packages that use Date Package Description ch.ivyteam.ivy.application.calendar ch.ivyteam.ivy.scripting.objects -
-
Uses of Date in ch.ivyteam.ivy.application.calendar
Methods in ch.ivyteam.ivy.application.calendar that return Date Modifier and Type Method Description DateFreeDate. getDate()Returns the dateDateIBusinessCalendar. getFirstWorkDayOfMonth(Number relativeMonths)Calculates the first working day of a month relative to the current month.DateIBusinessCalendar. getFirstWorkDayOfWeek(Number relativeWeeks)Calculates the first working day of a week relative to the current week.DateIBusinessCalendar. getFirstWorkDayOfYear(Number relativeYears)Calculates the first working day of a year relative to the current year.DateIBusinessCalendar. getLastWorkDayOfMonth(Number relativeMonths)Calculates the last working date of a month relative to the current month.DateIBusinessCalendar. getLastWorkDayOfWeek(Number relativeWeeks)Calculates the last working date of a week relative to the current week.DateIBusinessCalendar. getLastWorkDayOfYear(Number relativeYears)Calculates the last working date of a year relative to the current year.DateIBusinessCalendar. getWorkDayIn(Date startDate, Number relativeWorkDays)Calculates the working day date after the relative amount of working days are over.DateIBusinessCalendar. 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 Date Modifier and Type Method Description DateIBusinessCalendar. getWorkDayIn(Date startDate, Number relativeWorkDays)Calculates the working day date after the relative amount of working days are over.DateTimeIBusinessCalendar. getWorkDayIn(Date startDate, Number relativeWorkDays, Time dayTime)Calculates the working day date after the relative amount of working days are over.booleanIBusinessCalendar. isWorkDay(Date date)Checks whether a date is a working day or not.voidFreeDate. setDate(Date date)Sets the date to the given parameterConstructors in ch.ivyteam.ivy.application.calendar with parameters of type Date Constructor Description FreeDate(Date date)FreeDate(Date date, String description) -
Uses of Date in ch.ivyteam.ivy.scripting.objects
Fields in ch.ivyteam.ivy.scripting.objects declared as Date Modifier and Type Field Description static DateDate. INVALIDAn invalid date object.static DateDate. UNINITIALIZED_DATEAn uninitialized date object.Methods in ch.ivyteam.ivy.scripting.objects that return Date Modifier and Type Method Description DateDate. add(Duration duration)Adds a duration to this date.DateDate. clone()Creates a clone of this object.DateDateTime. getDate()DateXml. getDate(String xPath)Returns the specified element as a Date object.DateDate. minus(Duration duration)Subtracts a duration to this date.DateDateTime. toIvyDate()Methods in ch.ivyteam.ivy.scripting.objects that return types with arguments of type Date Modifier and Type Method Description List<Date>Xml. getDateList(String xPath)Returns the specified elements a a list of Dates.Methods in ch.ivyteam.ivy.scripting.objects with parameters of type Date Modifier and Type Method Description intDate. compareTo(Date otherDate)Compares two dates.DurationDate. minus(Date date)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 Constructor Description DateTime(Date date, Time time)Creates a new DateTime object from a date and a day-time.
-