For instance: ``` val date = MyDate(...) val next...
# getting-started
t
For instance:
Copy code
val date = MyDate(...)
val nextDay = date.nextDay()