Uses of Class
ai.timefold.jpyinterpreter.types.datetime.PythonTimeDelta
Packages that use PythonTimeDelta
-
Uses of PythonTimeDelta in ai.timefold.jpyinterpreter.types.datetime
Methods in ai.timefold.jpyinterpreter.types.datetime that return PythonTimeDeltaModifier and TypeMethodDescriptionPythonTimeDelta.abs()PythonTimeDelta.add_time_delta(PythonTimeDelta other) PythonTimeDelta.divide_float(PythonFloat divisor) PythonTimeDelta.divide_integer(PythonInteger divisor) PythonTzinfo.dst(PythonLikeObject dateTime) PythonTimeDelta.floor_divide_integer(PythonInteger divisor) PythonTimeDelta.get_float_multiple(PythonFloat multiple) PythonTimeDelta.get_integer_multiple(PythonInteger multiple) PythonTimeDelta.negate()static PythonTimeDeltaPythonTimeDelta.of(int days, int seconds, int microseconds) static PythonTimeDeltaPythonTimeDelta.of(PythonNumber days, PythonNumber seconds, PythonNumber microseconds, PythonNumber milliseconds, PythonNumber minutes, PythonNumber hours, PythonNumber weeks) PythonTimeDelta.pos()PythonTimeDelta.remainder_time_delta(PythonTimeDelta divisor) PythonDate.subtract_date(PythonDate subtrahend) PythonDateTime.subtract_date_time(PythonDateTime subtrahend) PythonTimeDelta.subtract_time_delta(PythonTimeDelta other) PythonTzinfo.utcoffset(PythonLikeObject dateTime) Methods in ai.timefold.jpyinterpreter.types.datetime with parameters of type PythonTimeDeltaModifier and TypeMethodDescriptionPythonDate.add_time_delta(PythonTimeDelta summand) PythonDateTime.add_time_delta(PythonTimeDelta summand) PythonTimeDelta.add_time_delta(PythonTimeDelta other) intPythonTimeDelta.compareTo(PythonTimeDelta pythonTimeDelta) PythonTimeDelta.divide_time_delta(PythonTimeDelta divisor) PythonTimeDelta.floor_divide_time_delta(PythonTimeDelta divisor) PythonTimeDelta.remainder_time_delta(PythonTimeDelta divisor) PythonDate.subtract_time_delta(PythonTimeDelta subtrahend) PythonDateTime.subtract_time_delta(PythonTimeDelta subtrahend) PythonTimeDelta.subtract_time_delta(PythonTimeDelta other)