Class PythonDate<T extends PythonDate<?>>

java.lang.Object
ai.timefold.jpyinterpreter.types.AbstractPythonLikeObject
ai.timefold.jpyinterpreter.types.datetime.PythonDate<T>
All Implemented Interfaces:
PythonLikeObject, PythonLikeComparable<T>, PlanningImmutable, Comparable<T>
Direct Known Subclasses:
PythonDateTime

public class PythonDate<T extends PythonDate<?>> extends AbstractPythonLikeObject implements PythonLikeComparable<T>, PlanningImmutable
Python docs: date objects