cs2103aug2014-w13-2j / main

To-Do list program for CS2103T @ NUS
MIT License
1 stars 0 forks source link

[Basic Object Definition] Complete ToDoItem & Date classes #33

Closed ZiXian92 closed 9 years ago

ZiXian92 commented 10 years ago

ToDoItem has subclasses EventItem and TaskItem. Items are ordered lexicographically by their ID string. Date has subclass DateTime. Date is interpreted as having time 00:00 when compared with DateTime. Dates and times are ordered in their natural calendar ordering and their natural ordering on 24-hour clock.