Uses of Class
ch.ivyteam.ivy.scripting.objects.Time
Packages that use Time
-
Uses of Time in ch.ivyteam.ivy.application.calendar
Methods in ch.ivyteam.ivy.application.calendar that return TimeModifier and TypeMethodDescriptionWorkingTime.getEnd()Returns the end of the working time.WorkingTime.getStart()Returns start of the working time.Methods in ch.ivyteam.ivy.application.calendar with parameters of type TimeModifier and TypeMethodDescriptionIBusinessCalendar.getWorkDayIn(Date startDate, Number relativeWorkDays, Time dayTime) 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.voidSets the end of the working time.voidSets the start of the working time.Constructors in ch.ivyteam.ivy.application.calendar with parameters of type TimeModifierConstructorDescriptionWorkingTime(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 TimeModifier and TypeFieldDescriptionstatic final TimeTime.INVALIDAn invalid time object.static final TimeTime.UNINITIALIZED_TIMEAn uninitialized time object.Methods in ch.ivyteam.ivy.scripting.objects that return TimeModifier and TypeMethodDescriptionAdds some Duration to this Time object.Time.clone()Creates a clone of this object.DateTime.getTime()Returns the specified element as a Time-object.Subtracts some Duration from this Time object.DateTime.toTime()Duration.toTime()Methods in ch.ivyteam.ivy.scripting.objects that return types with arguments of type TimeModifier and TypeMethodDescriptionXml.getTimeList(String xPath) Return the specified elements as a List of Time-objects.Methods in ch.ivyteam.ivy.scripting.objects with parameters of type TimeModifier and TypeMethodDescriptionintCompares two Time objects.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