DefaultTemporal extension

The default implementation for Temporal.

on

Properties

tomorrow DateTime
Returns a DateTime that represents the day after this DateTime.
no setter
yesterday DateTime
Returns a DateTime that represents the day before this DateTime.
no setter

Operators

operator +(Duration duration) DateTime
Returns a DateTime that represents this DateTime with the given duration added.
operator -(Duration duration) DateTime
Returns a DateTime that represents this DateTime with the given duration subtracted.