TimeframeLike#

class TimeframeLike[source]#

A timeframe of an assignment.

availability: Union[FixedAvailability, TimedAvailability]#

What is the availability state of this assignment.

deadline: Optional[datetime]#

The deadline of the assignment. It is possible the assignment has no deadline yet, in which case it will be None.

lock_date: Optional[datetime]#

The moment this assignment locks, this can be seen as a form of second deadline.