Uses of Class
ch.ivyteam.ivy.scripting.objects.Time
-
Packages that use Time Package Description ch.ivyteam.ivy.application.calendar ch.ivyteam.ivy.scripting.objects -
-
Uses of Time in ch.ivyteam.ivy.application.calendar
Methods in ch.ivyteam.ivy.application.calendar that return Time Modifier and Type Method Description TimeWorkingTime. getEnd()Returns the end of the working time.TimeWorkingTime. getStart()Returns start of the working time.Methods in ch.ivyteam.ivy.application.calendar with parameters of type Time Modifier and Type Method Description DateTimeIBusinessCalendar. getWorkDayIn(Date startDate, Number relativeWorkDays, Time dayTime)Calculates the working day date after the relative amount of working days are over.DateTimeIBusinessCalendar. getWorkDayIn(Number relativeWorkDays, Time dayTime)Calculates the working day date after the relative amount of working days are over.voidWorkingTime. setEnd(Time end)Sets the end of the working time.voidWorkingTime. setStart(Time start)Sets the start of the working time.Constructors in ch.ivyteam.ivy.application.calendar with parameters of type Time Constructor Description WorkingTime(Time start, Time end)WorkingTime(Time start, Time end, String description) -
Uses of Time in ch.ivyteam.ivy.scripting.objects
Fields in ch.ivyteam.ivy.scripting.objects declared as Time Modifier and Type Field Description static TimeTime. INVALIDAn invalid time object.static TimeTime. UNINITIALIZED_TIMEAn uninitialized time object.Methods in ch.ivyteam.ivy.scripting.objects that return Time Modifier and Type Method Description TimeTime. add(Duration duration)Adds some Duration to this Time object.TimeTime. clone()Creates a clone of this object.TimeDateTime. getTime()TimeXml. getTime(String xPath)Returns the specified element as a Time-object.TimeTime. minus(Duration duration)Subtracts some Duration from this Time object.TimeDateTime. toTime()TimeDuration. toTime()Methods in ch.ivyteam.ivy.scripting.objects that return types with arguments of type Time Modifier and Type Method Description List<Time>Xml. getTimeList(String xPath)Return the specified elements as a List of Time-objects.Methods in ch.ivyteam.ivy.scripting.objects with parameters of type Time Modifier and Type Method Description intTime. compareTo(Time otherTime)Compares two Time objects.DurationTime. minus(Time time)Returns a normalized Duration representing the difference between this Time and the argument.Constructors in ch.ivyteam.ivy.scripting.objects with parameters of type Time Constructor Description DateTime(Date date, Time time)Creates a new DateTime object from a date and a day-time.
-