Uses of Class
ch.ivyteam.ivy.scripting.objects.DateTime
Packages that use DateTime
Package
Description
-
Uses of DateTime in ch.ivyteam.ivy.application.calendar
Methods in ch.ivyteam.ivy.application.calendar that return DateTimeModifier and TypeMethodDescriptionIBusinessCalendar.getBusinessTimeIn(BusinessDuration businessDuration) Calculates the date and time after a period of working time is over.IBusinessCalendar.getBusinessTimeIn(DateTime startDateTime, BusinessDuration businessDuration) Calculates the date and time after a period of working time is over.IBusinessCalendar.getWorkDayIn(Date startDate, Number relativeWorkDays, Time dayTime) Calculates the working day date after the relative amount of working days are over.IBusinessCalendar.getWorkDayIn(DateTime startDateTime, Number relativeWorkDays) Calculates the working day date after the relative amount of working days are over.IBusinessCalendar.getWorkDayIn(Number relativeWorkDays, Time dayTime) Calculates the working day date after the relative amount of working days are over.Methods in ch.ivyteam.ivy.application.calendar with parameters of type DateTimeModifier and TypeMethodDescriptionIBusinessCalendar.getBusinessDuration(DateTime start, DateTime end) Calculates the amount of working time between a period of time.IBusinessCalendar.getBusinessTimeIn(DateTime startDateTime, BusinessDuration businessDuration) Calculates the date and time after a period of working time is over.IBusinessCalendar.getWorkDayIn(DateTime startDateTime, Number relativeWorkDays) Calculates the working day date after the relative amount of working days are over.booleanIBusinessCalendar.isWorkTime(DateTime dateTime) Checks whether a date time is a working time or not. -
Uses of DateTime in ch.ivyteam.ivy.scripting.objects
Fields in ch.ivyteam.ivy.scripting.objects declared as DateTimeModifier and TypeFieldDescriptionstatic final DateTimeDateTime.INVALIDAn invalid datetime object.static final DateTimeDateTime.UNINITIALIZED_DATE_TIMEAn uninitialized date objectMethods in ch.ivyteam.ivy.scripting.objects that return DateTimeModifier and TypeMethodDescriptionAdds a duration to this date.DateTime.clone()Creates a clone of this object.Xml.getDateTime(String xPath) Returns the specified DateTimeObject.File.lastModified()Returns the time that the file was last modified.Subtracts a duration to this date.Methods in ch.ivyteam.ivy.scripting.objects that return types with arguments of type DateTimeModifier and TypeMethodDescriptionXml.getDateTimeList(String xPath) Returns the specified elements as a list of DateTime-objects.Methods in ch.ivyteam.ivy.scripting.objects with parameters of type DateTime -
Uses of DateTime in ch.ivyteam.ivy.workflow.document
Methods in ch.ivyteam.ivy.workflow.document that return DateTime